Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 17s
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "wtp-backend",
|
|
"version": "0.1.0",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"pg": "^8.11.3",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"bcryptjs": "^2.4.3",
|
|
"dotenv": "^16.4.5",
|
|
"cors": "^2.8.5"
|
|
}
|
|
}
|