{ "name": "printhive", "version": "1.0.0", "description": "Printhive — a web app for organizing 3D-printing files (STL, 3MF, OBJ, ...) with URL import", "main": "server.js", "scripts": { "start": "node server.js", "dev": "nodemon server.js" }, "keywords": [ "stl", "3d-printing", "library", "manager" ], "author": "", "license": "MIT", "dependencies": { "adm-zip": "^0.5.17", "dotenv": "^17.4.2", "express": "^4.18.2", "multer": "^1.4.5-lts.1", "node-stl": "^0.7.0", "pg": "^8.22.0" }, "devDependencies": { "nodemon": "^3.0.2" } }