webpack-hud
Version:
Webpack HUD, for showing error messages
39 lines (38 loc) • 906 B
JSON
{
"name": "webpack-hud",
"version": "0.1.2",
"main": "lib/index.js",
"description": "Webpack HUD, for showing error messages",
"repository": {
"type": "git",
"url": "git+https://github.com/mvc-works/webpack-hud.git"
},
"bugs": {
"url": "https://github.com/mvc-works/webpack-hud/issues"
},
"homepage": "https://github.com/mvc-works/webpack-hud#readme",
"scripts": {
"compile": "rm -rf lib/ && tsc --outDir lib",
"prepublish": "yarn compile"
},
"keywords": [
"webpack",
"devserver",
"errors",
"hud"
],
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"bottom-tip": "^0.1.0",
"doc-ready": "^1.0.4",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.0",
"typescript": "^3.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}