gmokercom/back-end/package.json
dorian melenotte 40e53df3e8
Some checks failed
/ deploy (push) Failing after 5s
ADD: login and register working with the api
2024-09-19 12:38:16 +02:00

24 lines
446 B
JSON

{
"name": "back-end",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"prisma": "5.19.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@prisma/client": "5.19.1",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"express": "^4.21.0",
"jest": "^29.7.0",
"supertest": "^7.0.0"
},
"scripts": {
"test": "jest"
}
}