{
  "name": "@realsee/vr-signals",
  "version": "2.0.0",
  "description": "vr 信号器",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "docs",
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "dev": "tsup --watch",
    "build": "pnpm clean && tsup",
    "docs": "typedoc",
    "docs:serve": "typedoc --serve",
    "docs:watch": "typedoc --watch",
    "docs:generate": "bash scripts/docs.sh",
    "prepublishOnly": "pnpm build && pnpm docs:generate",
    "postpublish": "npx cnpm sync @realsee/vr-signals && sh upload.sh",
    "fix-v1-compatibility": "node scripts/fix-v1-compatibility.js"
  },
  "author": "BEIKE REALSEE TECHNOLOGY (HK) LIMITED",
  "license": "SEE IN LICENSE",
  "devDependencies": {
    "@types/node": "24.3.0",
    "rimraf": "5.0.5",
    "tslib": "2.6.2",
    "tsup": "8.5.0",
    "typedoc": "0.28.13",
    "typedoc-plugin-markdown": "4.8.1",
    "typescript": "5.3.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
