@pablo-mayrgundter/yaot2
Version:
Yet another octree, 2
38 lines (37 loc) • 864 B
JSON
{
"name": "@pablo-mayrgundter/yaot2",
"version": "2.0.1",
"description": "Yet another octree, 2",
"main": "index.js",
"scripts": {
"test": "node test/index.js",
"clean": "rm -rf docs/*",
"build": "yarn clean && cp -r public/* docs/ && node esbuild/build.js",
"serve": "yarn build && node esbuild/serve.js",
"perf": "npm version && node perf/index.js"
},
"type": "module",
"keywords": [
"quadtree",
"octree",
"oct",
"tree",
"octrie",
"quadtrie"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pablo-mayrgundter/yaot2.git"
},
"dependencies": {
"rafor": "^1.0.2"
},
"devDependencies": {
"@pablo-mayrgundter/testing.js": "^1.1.2",
"benchmark": "^1.0.0",
"esbuild": "^0.14.10",
"three": "^0.135"
}
}