provapraticabackend/package.json
AV77web 3c2694d607
All checks were successful
Deploy to VPS / build (push) Successful in 17s
Deploy to VPS / deploy (push) Successful in 29s
generazine backend
2026-06-09 13:01:53 +02:00

37 lines
No EOL
837 B
JSON

{
"name": "provapraticabackend",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "ssh://forgejo.andreavillari.it:2222/andrea/provapraticabackend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@auth/express": "^0.12.2",
"bcryptjs": "^3.0.3",
"cores": "^0.8.5",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"mysql2": "^3.22.5"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.9.2",
"nodemon": "^3.1.14",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
}
}