-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 Bytes
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
34
35
{
"name": "bento-auth",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.18.2",
"express-mysql-session": "^2.1.8",
"express-session": "^1.17.3",
"googleapis": "^95.0.0",
"http-errors": "~1.6.3",
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"neo4j-driver": "^5.5.0",
"newrelic": "^7.3.1",
"node-fetch": "^2.6.9",
"nodemailer": "^6.9.1",
"session-file-store": "^1.5.0",
"underscore": "^1.13.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"ejs": "^3.1.8",
"jest": "^28.1.3",
"supertest": "^6.3.3"
}
}