-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.49 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
48
49
50
51
52
53
{
"name": "hialcohol-server-refactor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js --exec babel-node",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/HiAlcohol/HiAlcohol_server_refactor.git",
"author": "wyoung163 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/HiAlcohol/HiAlcohol_server_refactor/issues"
},
"homepage": "https://github.com/HiAlcohol/HiAlcohol_server_refactor#readme",
"dependencies": {
"@aws-sdk/abort-controller": "^3.78.0",
"@aws-sdk/client-s3": "^3.107.0",
"@sindresorhus/is": "^4.2.0",
"aws-sdk": "^2.1144.0",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"bucket": "^0.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.17.1",
"express-validator": "^6.14.1",
"jest": "^27.3.1",
"jsonwebtoken": "^8.5.1",
"mkdirp": "^1.0.4",
"moment": "^2.29.4",
"moment-timezone": "^0.5.34",
"mongoose": "^6.2.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql2": "^2.3.3",
"nodemon": "^2.0.19",
"pm2": "^5.2.0",
"request": "^2.88.2",
"supertest": "^6.1.6",
"swagger-jsdoc": "^6.2.1",
"swagger-ui-express": "^4.4.0",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/node": "^7.18.10"
}
}