-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "auto-deploy-application",
"version": "1.0.0",
"description": "npm install express --save",
"main": "app.js",
"scripts": {
"start": "node app.js",
"pack": "webpack --mode development app.js",
"dev": "webpack --mode development",
"test": "webpack -v"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"app": "^0.1.0",
"body-parser": "^1.19.0",
"buffer": "^6.0.3",
"child_process": "^1.0.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"pack": "^2.2.0",
"path": "^0.12.7",
"url": "^0.11.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethanwong/auto-deploy-application.git"
},
"bugs": {
"url": "https://github.com/ethanwong/auto-deploy-application/issues"
},
"homepage": "https://github.com/ethanwong/auto-deploy-application#readme",
"devDependencies": {
"copy-webpack-plugin": "^7.0.0"
}
}