-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 972 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 972 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
36
37
38
{
"name": "usefulexpressapi",
"version": "1.0.1",
"description": "usefulexpressapi",
"main": "index.js",
"scripts": {
"start": "nodemon .\\index.js",
"reflesh swagger": "node swagger.js",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whlshy/UsefulExpressAPI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/whlshy/UsefulExpressAPI/issues"
},
"homepage": "https://github.com/whlshy/UsefulExpressAPI#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"json5": "^2.2.0",
"mssql": "^6.3.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.7",
"swagger-autogen": "^2.7.6",
"swagger-schemagen": "^1.0.4",
"swagger-ui-express": "^4.1.6"
},
"devDependencies": {
"copy-webpack-plugin": "^9.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
}
}