32 lines
746 B
JSON
32 lines
746 B
JSON
{
|
|
"name": "authentication",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "NODE_ENV=production node ./src/index.js",
|
|
"dev": "NODE_ENV=development npx nodemon ./src/index.js",
|
|
"test": "NODE_ENV=stage node ./src/index.js"
|
|
},
|
|
"author": "Mateo Saldain",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"cross-env": "^10.0.0",
|
|
"nodemon": "^3.1.10"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"chalk": "^5.6.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.1",
|
|
"express": "^5.1.0",
|
|
"express-ejs-layouts": "^2.5.1",
|
|
"pg": "^8.16.3",
|
|
"pg-format": "^1.0.4",
|
|
"openid-client": "^5.6.5",
|
|
"cookie-session": "^2.0.0"
|
|
},
|
|
"keywords": [],
|
|
"description": ""
|
|
}
|