24 lines
489 B
JSON
24 lines
489 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|