{ "name": "titan3d-backend", "version": "1.0.0", "description": "Local API for Titan3d", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "bcrypt": "^5.1.1", "cors": "^2.8.5", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "multer": "^1.4.5-lts.1", "sqlite3": "^5.1.7", "uuid": "^9.0.1" } }