-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 902 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"start": "env-cmd -f ./server/config/.env node ./server/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "env-cmd -f ./server/config/.env node ./server/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"auth0": "^2.40.0",
"auth0-js": "^9.19.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"dotenv": "^16.0.0",
"env-cmd": "^10.1.0",
"esm": "^3.2.25",
"express": "^4.17.3",
"express-openid-connect": "^2.7.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.4.1",
"mongoose": "^6.2.7",
"nodemon": "^2.0.15"
},
"devDependencies": {
"@babel/core": "^7.17.8"
}
}