chore: import upstream snapshot with attribution
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user