ow-debug
Version:
本地热更新调试工具
37 lines (36 loc) • 749 B
JSON
{
"name": "ow-debug",
"version": "1.0.0",
"main": "index.js",
"bin": {
"ow": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "foggsz",
"license": "ISC",
"dependencies": {
"dijkstrajs": "^1.0.1",
"encode-utf8": "^1.0.3",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"pngjs": "^5.0.0",
"webpack": "^4.44.1",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.8.0",
"yargs": "^15.3.1"
},
"directories": {
"lib": "lib"
},
"keywords": [
"HRM",
"debuf"
],
"description": "本地热更新调试工具",
"repository": {
"url": "https://github.com/foggsz/ow-debug"
}
}