{
  "name": "interactive-media-spots",
  "version": "0.2.2",
  "description": "Interactive Media Spots",
  "type": "module",
  "sideEffects": false,
  "types": "./types.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rnd-pro/interactive-media-spots.git"
  },
  "scripts": {
    "prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'",
    "types": "tsc -p hook.json"
  },
  "author": "team@rnd-pro.com",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.11.30",
    "typescript": "^5.4.3"
  },
  "dependencies": {
    "@symbiotejs/symbiote": "^3.0.4",
    "hls.js": "^1.5.18",
    "three": "^0.171.0"
  }
}
