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

68 lines
1.6 KiB
JSON

{
"name": "@manycore/aholo-splat-transform",
"version": "1.6.3",
"description": "Transform & filter Gaussian splats file",
"author": "egs",
"repository": {
"type": "git",
"url": "https://github.com/manycoretech/aholo-viewer.git",
"directory": "packages/splat-transform"
},
"license": "MIT",
"engines": {
"node": ">= 22.22.1"
},
"type": "module",
"bin": {
"splat-transform": "bin/cli.js"
},
"keywords": [
"aholo",
"cli",
"3d-gaussian-splatting",
"gaussian-splatting"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*.js": {
"import": "./dist/*.js",
"types": "./dist/*.d.ts"
},
"./*": {
"import": "./dist/*.js",
"types": "./dist/*.d.ts"
}
},
"files": [
"dist/",
"CHANGELOG.md",
"THIRD_PARTY_LICENSES.txt"
],
"scripts": {
"build": "node ./scripts/build.js build"
},
"dependencies": {
"fflate": "^0.8.3",
"tslib": "^2.8.1",
"yargs": "^18.0.0"
},
"optionalDependencies": {
"@manycore/aholo-splat-transform-darwin-arm64": "workspace:*",
"@manycore/aholo-splat-transform-linux-arm64-gnu": "workspace:*",
"@manycore/aholo-splat-transform-linux-x64-gnu": "workspace:*",
"@manycore/aholo-splat-transform-win32-arm64-msvc": "workspace:*",
"@manycore/aholo-splat-transform-win32-x64-msvc": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.20.0",
"@webgpu/types": "^0.1.71",
"typescript": "^6.0.3"
}
}