{
  "name": "quad-tree.as",
  "version": "0.1.3",
  "description": "",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "test": "mocha --require ts-node/register test/index.test.ts",
    "build": "tsc",
    "asbuild": "gulp --gulpfile build/gulpfile.ts --cwd ./",
    "benchmark": "ts-node benchmark/index.ts",
    "benchmarkxxx": "webpack-dev-server --config benchmark/ts/webpack.config.js",
    "asbuildxxx": "asc src/index.ts -b dist/untouched.wasm -t dist/untouched.wat --validate --sourceMap --debug"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/valaxy/quad-tree.as.git"
  },
  "author": "valaxy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/valaxy/quad-tree.as/issues"
  },
  "homepage": "https://github.com/valaxy/quad-tree.as#readme",
  "devDependencies": {
    "@assemblyscript/loader": "^0.9.2",
    "@types/benchmark": "^1.0.31",
    "@types/gulp": "^4.0.6",
    "@types/mocha": "^7.0.1",
    "@types/node": "^13.7.4",
    "assemblyscript": "^0.9.2",
    "benchmark": "^2.1.4",
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-shell": "^0.8.0",
    "html-webpack-plugin": "^3.2.0",
    "lodash": "^4.17.15",
    "mocha": "^7.0.1",
    "platform": "^1.3.5",
    "ts-loader": "^6.2.1",
    "ts-node": "^8.6.2",
    "typescript": "^3.8.2",
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  }
}
