splatter-api / package.json
jbilcke-hf's picture
jbilcke-hf HF staff
file uploads
5cef10e
raw
history blame contribute delete
No virus
1.02 kB
{
"name": "@jbilcke-hf/splatter-api",
"version": "1.0.0",
"description": "A space to generate gaussian splatting scenes",
"main": "src/index.mts",
"scripts": {
"start": "node --loader ts-node/esm src/index.mts",
"docker": "npm run docker:build && npm run docker:run",
"docker:build": "docker build -t splatter-api .",
"docker:run": "docker run -it -p 7860:7860 splatter-api"
},
"author": "Julian Bilcke <julian.bilcke@huggingface.co>",
"license": "Apache License",
"dependencies": {
"@gorgonjs/file-provider": "^1.4.1",
"@gorgonjs/gorgon": "^1.4.1",
"@types/express": "^4.17.17",
"@types/uuid": "^9.0.2",
"archiver": "^6.0.1",
"eventsource-parser": "^1.0.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"extract-zip": "^2.0.1",
"fs-extra": "^11.1.1",
"node-fetch": "^3.3.1",
"resize-base64": "^1.0.12",
"sharp": "^0.32.4",
"temp-dir": "^3.0.0",
"ts-node": "^10.9.1",
"uuid": "^9.0.0",
"yaml": "^2.3.1"
}
}