intern-Assignment/PostgreSQL/formPrac/package.json

24 lines
489 B
JSON
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
{
"name": "formprac",
"version": "1.0.0",
"main": "routes/index.js",
"scripts": {
"start": "nodemon routes/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"pg": "^8.13.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}