-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "team6-termproject",
"version": "0.0.0",
"private": true,
"jest": {
"testEnvironment": "node"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"start": "node ./bin/www",
"start:dev:windoze": "SET \"NODE_ENV=development\" SET DEBUG=myapp:* & nodemon ./bin/www",
"start:dev": "NODE_ENV=development nodemon ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.724.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"jest": "^26.2.2",
"memorystore": "^1.6.2",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"node-geocoder": "^3.27.0",
"nodemon": "^2.0.4",
"npm": "^6.14.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"requestify": "^0.2.5",
"pug": "^3.0.0",
"sequelize": "^6.3.3",
"supertest": "^4.0.2"
}
}