-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 929 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
34
35
36
{
"name": "boc-server",
"version": "1.0.0",
"description": "Express server for BOC website",
"homepage": "https://github.com/fullstackatbrown/project-boc-server#readme",
"bugs": {
"url": "https://github.com/fullstackatbrown/project-boc-server/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fullstackatbrown/project-boc-server.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"google-auth-library": "^9.15.0",
"mariadb": "^3.4.0",
"moment": "^2.30.1",
"sequelize": "^6.37.5"
},
"overrides": {
"whatwg-url": "^14.0.0"
}
}