19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"name": "@webpack-cli/configtest",
|
|
"version": "1.0.1",
|
|
"description": "Validate a webpack configuration.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"peerDependencies": {
|
|
"webpack": "4.x.x || 5.x.x",
|
|
"webpack-cli": "4.x.x"
|
|
},
|
|
"gitHead": "3bbda71e9637b7d20f3f49f9e080e27d8d8ae929"
|
|
}
|