{
  "name": "speed-three",
  "version": "1.12.3",
  "description": "JavaScript 3D library",
  "type": "module",
  "main": "./build/three.module.js",
  "files": [
    "build/three.module.js",
    "build/three.core.js",
    "build/three.cjs",
    "examples/jsm",
    "examples/fonts",
    "LICENSE",
    "package.json"
  ],
  "keywords": [
    "three",
    "three.js",
    "speed3d",
    "3d"
  ],
  "author": "speed3d",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "echo 'Publishing build folder only...'"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}