-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 828 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 828 Bytes
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
{
"name": "kt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"date-utils": "^1.2.21",
"docdash": "^1.1.1",
"express-validator": "^6.1.1",
"express.js": "^1.0.0",
"fs": "0.0.1-security",
"jsdoc": "^3.6.3",
"multer": "^1.4.2",
"mysql": "^2.17.1",
"path": "^0.12.7",
"request": "^2.88.0",
"sha256": "^0.2.0",
"shelljs": "^0.8.3",
"sonarqube": "0.0.1",
"sonarqube-scanner": "^2.5.0",
"swagger-jsdoc": "^3.4.0",
"swagger-ui": "^3.23.5",
"swagger-ui-express": "^4.0.7"
}
}