-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.02 KB
/
package.json
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": "webpack-micro-cluster",
"version": "1.1.1",
"description": "multiple webpack instances work together",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"publish2npm": "npm publish ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nanyuantingfeng/webpack-micro-cluster.git"
},
"keywords": [
"webpack",
"cluster",
"multiple"
],
"author": "nanyuantingfeng<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nanyuantingfeng/webpack-micro-cluster/issues"
},
"homepage": "https://github.com/nanyuantingfeng/webpack-micro-cluster#readme",
"dependencies": {
"ansi-colors": "^4.1.1",
"async-exit-hook": "^2.0.1",
"https-loader": "^1.0.3",
"node-ipc": "^9.1.1",
"webpack-inject-plugin": "^1.5.4",
"webpack-virtual-modules": "^0.2.1"
},
"peerDependencies": {
"webpack": "*",
"webpack-dev-server": "*"
},
"devDependencies": {
"jest": "^25.4.0",
"prettier": "^1.19.1"
}
}