Files
whowhat/backend/package.json
Kacper ae3b435b51 v1.0.3
add multi lang
2026-07-11 20:03:15 +02:00

21 lines
411 B
JSON

{
"name": "whowhat-backend",
"version": "1.0.0",
"private": true,
"type": "commonjs",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"better-sqlite3": "^11.3.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.14",
"uuid": "^9.0.1"
}
}