Files
titan_react_node_sqllite/backend/package.json
T
2026-07-30 12:49:29 +05:30

19 lines
372 B
JSON

{
"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"
}
}