{
  "name": "feng3d-three",
  "version": "0.149.0-0.0.4",
  "description": "使用feng3d的设计来包装three.js。",
  "main": "dist/index.umd.js",
  "types": "lib/index.d.ts",
  "module": "dist/index.mjs",
  "author": "feng",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf \"{lib,dist,public}\"",
    "build": "vite build",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "types": "tsc",
    "watch": "tsc -w",
    "lint": "eslint --ext .js --ext .ts src test --ignore-path .gitignore --max-warnings 0",
    "lintfix": "npm run lint -- --fix",
    "docs": "typedoc",
    "release": "npm run clean && npm run lint && npm run docs && npm run build && npm run types && npm publish",
    "prepublishOnly": "node scripts/prepublish.js",
    "postpublish": "node scripts/postpublish.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/feng3d/feng3d-three.git"
  },
  "keywords": [
    "feng3d",
    "three.js"
  ],
  "bugs": {
    "url": "https://gitlab.com/feng3d/feng3d-three/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "lib",
    "src"
  ],
  "homepage": "https://gitlab.com/feng3d/feng3d-three#readme",
  "devDependencies": {
    "@types/stats.js": "^0.17.0",
    "@types/three": "^0.149.0",
    "@typescript-eslint/eslint-plugin": "5.17.0",
    "@typescript-eslint/parser": "5.17.0",
    "@vitest/ui": "^0.26.2",
    "cross-env": "7.0.3",
    "eslint": "8.12.0",
    "rimraf": "3.0.2",
    "tslib": "^2.4.0",
    "typedoc": "0.23.23",
    "typescript": "4.8.4",
    "vite": "^3.0.7",
    "vitest": "^0.26.2"
  },
  "dependencies": {
    "@feng3d/ecs": "^0.8.1",
    "@feng3d/event": "^0.8.4",
    "@feng3d/objectview": "^0.8.2",
    "@feng3d/polyfill": "^0.8.4",
    "@feng3d/serialization": "^0.8.3",
    "@feng3d/watcher": "^0.8.3",
    "stats.js": "^0.17.0",
    "three": "^0.149.0"
  }
}