-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
72 lines (72 loc) · 1.63 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "egg-webpack",
"version": "5.0.1",
"description": "webpack dev server plugin for egg, support read file in memory and hot reload.",
"eggPlugin": {
"name": "webpack",
"env": [
"local"
]
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"webpack",
"memory",
"hot-reload"
],
"dependencies": {
"co-request": "^0.2.0",
"iconv-lite": "^0.2.11",
"koa-convert": "^1.2.0",
"mkdirp": "^0.5.1",
"webpack-tool": "^5.0.0"
},
"devDependencies": {
"autod": "^3.1.0",
"conventional-changelog-cli": "^2.1.0",
"egg": "^2.27.0",
"egg-bin": "^4.1.0",
"egg-ci": "^1.5.0",
"egg-mock": "^4.0.1",
"eslint": "^7.8.1",
"eslint-config-egg": "^8.1.2",
"supertest": "^4.0.2",
"webstorm-disable-index": "^1.1.2"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"autod": "autod",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"files": [
"index.js",
"app.js",
"agent.js",
"config",
"app",
"lib"
],
"ci": {
"version": "8, 10, 12, 14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/egg-webpack.git"
},
"bugs": {
"url": "https://github.com/easy-team/egg-webpack/issues"
},
"homepage": "https://github.com/easy-team/egg-webpack#readme",
"author": "[email protected]",
"license": "MIT"
}