clean-terminal-webpack-plugin
Version:
Cleans your terminal output during development to only show the latest build information.
40 lines (39 loc) • 1.06 kB
JSON
{
"name": "clean-terminal-webpack-plugin",
"version": "3.0.0",
"description": "Cleans your terminal output during development to only show the latest build information.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.js",
"lint:format": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danillouz/clean-terminal-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"clean",
"terminal"
],
"author": "Daniël Illouz <daniel.illouz@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danillouz/clean-terminal-webpack-plugin/issues"
},
"homepage": "https://github.com/danillouz/clean-terminal-webpack-plugin#readme",
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
}
}