{
  "name": "@alterno-dev/spatial-review",
  "version": "0.7.0",
  "description": "Website SDK and Three.js adapter for Alterno Spatial Review.",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } },
  "files": ["dist", "README.md"],
  "publishConfig": { "access": "public" },
  "scripts": { "build": "tsc -p tsconfig.json" },
  "dependencies": { "@alterno-dev/spatial-review-protocol": "0.7.0" },
  "peerDependencies": { "three": ">=0.160.0 <1" },
  "devDependencies": { "@types/three": "^0.185.4", "three": "^0.185.1" }
}
