{
  "name": "@xbcx/xb-three-frame",
  "version": "1.1.23",
  "main": "src/index.js",
  "license": "MIT",
  "scripts": {
    "watch-build": "node bin/watcher.js",
    "ver": "npm version patch",
    "pub": "npm publish"
  },
  "files": [
    "dist",
    "src",
    "bin"
  ],
  "dependencies": {
    "@jspatrick/helper": "^0.1.52",
    "@jspatrick/zlib": "^1.2.2",
    "@turf/turf": "^5.1.6",
    "md5": "^2.3.0"
  },
  "devDependencies": {
    "chalk": "^4.1.0",
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-proposal-optional-chaining": "^7.6.0",
    "@babel/preset-env": "^7.5.5",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "rollup": "^2.3.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "three": "~0.117.1",
    "@tweenjs/tween.js": "^18.6.4"
  }
}
