-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 886 Bytes
/
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
{
"name": "webpack-hot-middleware-for-koa2",
"version": "1.1.1",
"description": "用于koa2的webpack-hot-middleware的中间件",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tnnevol",
"newblue",
"koa2",
"webpack",
"middleware",
"koa2-webpack-hot-middleware",
"webpack-hot-middleware",
"webpack-hot-middleware-for-koa2"
],
"repository": {
"type": "git",
"url": "https://github.com/tnnevol/webpack-hot-middleware-for-koa2.git"
},
"dependencies": {
"webpack-hot-middleware": "^2.25.0"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1"
},
"author": "greecenew@foxmail.com",
"license": "MIT"
}