This repository was archived by the owner on Sep 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
{
"name": "@micro-app/plugin-koa-webpack-middleware",
"version": "0.0.3",
"description": "[Plugin] add koa webpack middleware plugin for development.",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"files": [
"src"
],
"homepage": "https://github.com/MicroAppJS/MicroApp-Plugin-Koa-Webpack-Middleware",
"repository": {
"type": "git",
"url": "git+https://github.com/MicroAppJS/MicroApp-Plugin-Koa-Webpack-Middleware.git"
},
"bugs": {
"url": "https://github.com/MicroAppJS/MicroApp-Plugin-Koa-Webpack-Middleware/issues"
},
"keywords": [
"micro",
"micro-app",
"plugin",
"koa",
"static-server"
],
"author": {
"name": "Zyao89",
"email": "zyao89@gmail.com"
},
"license": "MIT",
"peerDependencies": {
"@micro-app/cli": ">=0.1.5",
"@micro-app/core": ">=0.1.5"
},
"devDependencies": {
"@micro-app/cli": "^0.1.5",
"@micro-app/core": "^0.1.5",
"@types/jest": "^24.0.18",
"babel-eslint": "^10.0.3",
"coveralls": "^3.0.6",
"eslint": "^5.16.0",
"eslint-config-2o3t": "^1.1.17",
"jest": "^24.9.0"
},
"dependencies": {
"webpack-dev-middleware": "^2.0.6",
"webpack-hot-middleware": "^2.25.0"
}
}