@quenty/octree
Version:
Octree implementation for Roblox - fast spatial queries
42 lines (41 loc) • 928 B
JSON
{
"name": "@quenty/octree",
"version": "11.14.2",
"description": "Octree implementation for Roblox - fast spatial queries",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"octree",
"spatial"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/octree/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"Quenty"
],
"dependencies": {
"@quenty/draw": "7.14.1",
"@quenty/loader": "10.11.0",
"@quenty/nevermore-test-runner": "1.4.0",
"@quentystudios/jest-lua": "3.10.0-quenty.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9c7eb32d45a14a4627f5c0286d669fc6de72dd87"
}