prenotazionibackend2/package.json

35 lines
782 B
JSON
Raw Permalink Normal View History

2026-07-03 16:32:08 +02:00
{
"name": "prenotazionibackend2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
2026-07-03 16:45:38 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
2026-07-03 16:32:08 +02:00
},
"repository": {
"type": "git",
"url": "ssh://git@forgejo.andreavillari.it:2222/andrea/prenotazionibackend2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2026-07-03 16:45:38 +02:00
"@auth/express": "^0.12.2",
"bcryptjs": "^3.0.3",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"mysql2": "^3.22.5"
2026-07-03 16:32:08 +02:00
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^26.1.0",
"tsx": "^4.22.5",
"typescript": "^6.0.3"
2026-07-03 16:45:38 +02:00
},
"type": "module"
2026-07-03 16:32:08 +02:00
}