-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.55 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.55 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
55
56
57
58
59
60
61
{
"name": "server-umc-anda",
"version": "1.0.0",
"description": "UMC-anda-server",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node index.js",
"api-docs": "swagger-cli bundle ./src/swagger/openapi.yaml --outfile ./src/swagger.yaml --type yaml",
"predev": "npm run api-docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UMC-Anda/server-ANDA-nodejs.git"
},
"keywords": [
"nodejs",
"express"
],
"author": "juni",
"license": "ISC",
"bugs": {
"url": "https://github.com/UMC-Anda/server-ANDA-nodejs/issues"
},
"homepage": "https://github.com/UMC-Anda/server-ANDA-nodejs#readme",
"dependencies": {
"@types/swagger-ui-express": "4.1.3",
"@types/yamljs": "0.2.31",
"aws-sdk": "^2.1195.0",
"axios": "1.3.4",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "16.0.3",
"express": "^4.18.1",
"jet": "0.8.2",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"moment": "2.29.4",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql2": "^2.0.0",
"nodemailer": "6.9.1",
"nodemailer-smtp-transport": "2.7.4",
"nodemon": "^2.0.7",
"regex-email": "^1.0.2",
"request": "^2.88.2",
"styliner": "1.1.0",
"swagger-cli": "4.0.4",
"winston": "3.8.2",
"winston-daily-rotate-file": "4.7.1",
"xml2js": "^0.4.23",
"yamljs": "0.3.0"
},
"devDependencies": {
"jest": "29.5.0",
"supertest": "6.3.3",
"swagger-jsdoc": "6.2.5",
"swagger-ui-express": "4.5.0"
}
}