-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 KB
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
54
{
"name": "abm_back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vesselofgod/ABM_back.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vesselofgod/ABM_back/issues"
},
"homepage": "https://github.com/vesselofgod/ABM_back#readme",
"dependencies": {
"aws-sdk": "^2.1290.0",
"axios": "^1.2.2",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase-admin": "^11.5.0",
"google-auth-library": "^8.7.0",
"iamport": "^0.3.4",
"iamport-rest-client-nodejs": "^0.9.11",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.2",
"mongoose-sequence": "^5.3.1",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"multer-s3": "^2.10.0",
"nodemon": "^2.0.20",
"routes": "^2.1.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-plugin-prettier": "^4.2.1",
"swagger-autogen": "^2.22.0",
"swagger-jsdoc": "^6.2.7",
"swagger-ui-express": "^4.6.0"
}
}