{
  "name": "@ray-js/panel-sdk",
  "version": "1.16.1",
  "description": "Tuya Mini App Panel SDK",
  "main": "lib/index.js",
  "files": [
    "lib",
    "!lib/**/__tests__/**",
    "!lib/**/__mocks__/**",
    "!lib/**/docs/**"
  ],
  "scripts": {
    "clean": "rm -rf lib",
    "build": "ray build --type=component",
    "watch": "ray start --type=component",
    "test": "jest",
    "lint": "npx eslint ./src --fix",
    "lint:prettier": "npx eslint ./src --fix",
    "lint:type": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "maintainers": [
    "tuyafe"
  ],
  "dependencies": {
    "@ray-js/track": "^0.1.2",
    "@ray-core/runtime": "^0.3.6",
    "@ray-js/panel-cloud": "^1.4.2",
    "@ray-js/panel-shared": "^1.3.0",
    "@ray-js/tuya-dp-transform": "^0.0.7",
    "base64-browser": "^1.0.1",
    "base64-js": "^1.5.1",
    "events": "^3.3.0",
    "lodash-es": "^4.17.21",
    "use-context-selector": "^1.4.1"
  },
  "devDependencies": {
    "@ray-js/ttt-web": "^1.5.1",
    "@types/jest": "^27.5.2",
    "@types/lodash-es": "^4.17.6",
    "@types/react": "^18.0.15",
    "core-js": "^3.6.5",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.5",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "@ray-js/ray": "*",
    "react": "^17.0.2"
  }
}