67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "webpack-cli",
|
||
|
"version": "4.5.0",
|
||
|
"description": "CLI for webpack & friends",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/webpack/webpack-cli.git"
|
||
|
},
|
||
|
"bin": {
|
||
|
"webpack-cli": "./bin/cli.js"
|
||
|
},
|
||
|
"main": "./lib/index.js",
|
||
|
"engines": {
|
||
|
"node": ">=10.13.0"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"webpack",
|
||
|
"cli",
|
||
|
"scaffolding",
|
||
|
"module",
|
||
|
"bundler",
|
||
|
"web"
|
||
|
],
|
||
|
"files": [
|
||
|
"bin",
|
||
|
"lib"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@discoveryjs/json-ext": "^0.5.0",
|
||
|
"@webpack-cli/configtest": "^1.0.1",
|
||
|
"@webpack-cli/info": "^1.2.2",
|
||
|
"@webpack-cli/serve": "^1.3.0",
|
||
|
"colorette": "^1.2.1",
|
||
|
"commander": "^7.0.0",
|
||
|
"enquirer": "^2.3.6",
|
||
|
"execa": "^5.0.0",
|
||
|
"fastest-levenshtein": "^1.0.12",
|
||
|
"import-local": "^3.0.2",
|
||
|
"interpret": "^2.2.0",
|
||
|
"rechoir": "^0.7.0",
|
||
|
"v8-compile-cache": "^2.2.0",
|
||
|
"webpack-merge": "^5.7.3"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"webpack": "4.x.x || 5.x.x"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"@webpack-cli/generators": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"@webpack-cli/init": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"@webpack-cli/migrate": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"webpack-bundle-analyzer": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"webpack-dev-server": {
|
||
|
"optional": true
|
||
|
}
|
||
|
},
|
||
|
"gitHead": "3bbda71e9637b7d20f3f49f9e080e27d8d8ae929"
|
||
|
}
|