Files
2026-07-13 13:18:05 +08:00

41 lines
726 B
JSON

{
"name": "@manycore/aholo-splat-dev-server",
"version": "1.0.1",
"description": "",
"author": "egs",
"repository": {
"type": "git",
"url": "https://github.com/manycoretech/aholo-viewer.git",
"directory": "external/splat-dev-server"
},
"license": "MIT",
"engines": {
"node": ">= 22.22.1"
},
"keywords": [
"aholo",
"cli",
"3d-gaussian-splatting",
"gaussian-splatting",
"server"
],
"type": "module",
"bin": {
"splat-dev-server": "bin/server.js",
"merge-lod": "bin/merge.js"
},
"files": [
"src/",
"CHANGELOG.md"
],
"dependencies": {
"express": "^5.2.1",
"yargs": "^18.0.0"
},
"binary": {
"napi_versions": [
8
]
}
}