-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
45
46
47
{
"name": "thisABLE_back",
"version": "1.0.0",
"main": "app.js",
"repository": "git@github.com:coconut-thisABLE/thisABLE_back.git",
"author": "shunnyjang",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^6.4.1",
"@turf/midpoint": "^6.5.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.1",
"dotenv-safe": "^8.2.0",
"express": "^4.18.1",
"express-validation": "^4.1.0",
"http-errors": "^2.0.0",
"http-status": "^1.5.2",
"install": "^0.13.0",
"jade": "^1.11.0",
"joi": "^17.6.0",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.34",
"mongoose": "^6.5.2",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.10.0",
"npm": "^8.17.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0",
"winston": "^3.8.1"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.19"
},
"scripts": {
"start": "nodemon ./bin/www"
},
"type": "commonjs"
}