{
  "name": "@anov/3d-ability",
  "version": "0.0.171",
  "description": "",
  "author": "",
  "license": "MIT",
  "keywords": [],
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "readme.md",
    "package.json"
  ],
  "peerDependencies": {
    "@anov/3d-core": "^0.0.108"
  },
  "dependencies": {
    "@rengr/heatmap.js": "^2.0.10",
    "anov-heat-map": "^0.0.1",
    "camera-controls": "^2.9.0",
    "gsap": "^3.12.5",
    "javascript-state-machine": "^3.1.0",
    "lodash": "^4.17.21",
    "postprocessing": "^6.37.3",
    "rxjs": "7.8.1",
    "suncalc": "^1.9.0",
    "supercluster": "^8.0.1",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@types/javascript-state-machine": "^2.4.6",
    "@types/lodash": "^4.14.196",
    "@types/suncalc": "^1.9.2",
    "@types/supercluster": "^7.1.3",
    "@anov/3d-core": "^0.0.108"
  },
  "scripts": {
    "build": "father build",
    "build:deps": "father prebundle"
  }
}