@webpack-cli/logger
Version:
webpack CLI logger instance
39 lines (38 loc) • 867 B
JSON
{
"name": "@webpack-cli/logger",
"version": "1.0.1-alpha.0",
"description": "webpack CLI logger instance",
"keywords": [
"webpack",
"webpack-cli",
"logger"
],
"author": "emanuele <my.burning@gmail.com>",
"homepage": "https://github.com/ematipico/webpack-cli#readme",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"test": "__tests__"
},
"files": [
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ematipico/webpack-cli.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/ematipico/webpack-cli/issues"
},
"peerDependencies": {
"webpack": "^4.41.6"
},
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
}