{
  "name": "cgas",
  "version": "0.0.16",
  "description": "Xtor Compute Geometry Algorithm Libary 计算几何算法库",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "release": "tsc && npm publish && git.sh",
    "dev": "webpack-dev-server",
    "build:dev": "webpack --mode development",
    "build:prod": "webpack --mode production",
    "build": "tsc && rollup -c",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "deploy": "deploy.sh"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/yszhao91/xtorcga"
  },
  "author": "Zhao YS",
  "keywords": [
    "cga",
    "cgajs",
    "cga.js",
    "计算几何库",
    "webgl",
    "threejs",
    "compute geometry algorithm",
    "MIT",
    "开源",
    "gis"
  ],
  "license": "MIT",
  "dependencies": {
    "earcut": "^2.2.2",
    "three": "^0.116.1"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@types/earcut": "^2.1.1",
    "@types/uuid": "^7.0.3",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^5.1.1",
    "css-loader": "^3.5.3",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "html-loader": "^1.1.0",
    "html-webpack-plugin": "^4.2.0",
    "rollup": "^1.27.14",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-gzip": "^2.2.0",
    "rollup-plugin-node-resolve": "^5.0.1",
    "rollup-plugin-uglify": "^6.0.4",
    "rollup-watch": "^4.3.1",
    "style-loader": "^1.2.1",
    "ts-loader": "^7.0.4",
    "tsconfig-paths": "^3.9.0",
    "tsconfig-paths-webpack-plugin": "3.2.0",
    "typescript": "^3.9.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.0"
  }
}