27 lines
628 B
JSON
27 lines
628 B
JSON
{
|
|
"name": "jama-backend",
|
|
"version": "0.9.3",
|
|
"description": "TeamChat backend server",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "nodemon src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nanoid": "^3.3.7",
|
|
"node-fetch": "^2.7.0",
|
|
"sharp": "^0.33.2",
|
|
"socket.io": "^4.6.1",
|
|
"web-push": "^3.6.7",
|
|
"better-sqlite3-multiple-ciphers": "^12.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.2"
|
|
}
|
|
} |