{
  "name": "three-raymarcher",
  "author": "Daniel Esteban Nombela",
  "version": "0.4.0",
  "license": "MIT",
  "type": "module",
  "module": "module.js",
  "files": [
    "LICENSE",
    "module.js",
    "package.json",
    "README.md"
  ],
  "devDependencies": {
    "npm-run-all": "^4.1.5",
    "rollup": "^4.57.1",
    "sirv-cli": "^3.0.1"
  },
  "peerDependencies": {
    "three": ">=0.182.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danielesteban/three-raymarcher"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "watch": "npm run build -- -w",
    "serve": "sirv --dev --port 8080 --quiet .",
    "start": "run-p watch serve"
  }
}
