{
    "name": "aframe-hotspots",
    "version": "1.0.1",
    "description": "A-Frame component for interactive VR hotspots with audio and scene transitions",
    "main": "dist/aframe-hotspots.min.js",
    "scripts": {
      "build": "rollup -c",
      "prepare": "npm run build"
    },
    "peerDependencies": {
      "aframe": "^1.7.0"
    },
    "devDependencies": {
      "rollup": "^3.29.4",
      "rollup-plugin-terser": "^7.0.2"
    },
    "keywords": ["aframe", "vr", "hotspots", "webvr"],
    "author": "Your Name",
    "license": "MIT"
  }