{
  "name": "@jolly-pixel/voxel.renderer",
  "description": "Jolly Pixel 3D Voxel Engine and Renderer",
  "version": "1.4.0",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "rimraf ./dist && tsc -b",
    "build": "tsc",
    "dev": "vite",
    "test-only": "node --test \"test/**/*.spec.ts\"",
    "test": "c8 -r html npm run test-only"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JollyPixel/editor.git",
    "directory": "packages/voxel-renderer"
  },
  "keywords": [],
  "files": [
    "dist"
  ],
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@dimforge/rapier3d": "0.19.3",
    "@jolly-pixel/engine": "2.5.0",
    "three": "0.182.0"
  },
  "devDependencies": {
    "@jolly-pixel/runtime": "3.3.0"
  }
}
