{
  "name": "@coral-xyz/common-public",
  "version": "0.2.0-latest.3375",
  "license": "ISC",
  "author": "",
  "module": "dist/esm/index.js",
  "react-native": "dist/rn/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "./scripts/config.sh && tsc -b && tsc-alias && tsc -p tsconfig.rn.json",
    "dev": "tsc --watch",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --cache",
    "lint:fix": "yarn run lint --fix",
    "start": "yarn build"
  },
  "dependencies": {
    "react": "18.2.0",
    "uuid": "^8.3.2",
    "zustand": "^4.0.0-rc.2"
  },
  "devDependencies": {
    "@types/firefox-webext-browser": "^94.0.1",
    "@types/uuid": "^8.3.4",
    "eslint-config-custom": "*",
    "tsc-alias": "^1.7.0",
    "typescript": "~4.9.3"
  }
}
