forked from projectmoon/tenebrous-dicebot
25 lines
600 B
JSON
25 lines
600 B
JSON
{
|
|
"name": "@webpack-cli/configtest",
|
|
"version": "1.0.3",
|
|
"description": "Validate a webpack configuration.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webpack/webpack-cli.git"
|
|
},
|
|
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/configtest",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"peerDependencies": {
|
|
"webpack": "4.x.x || 5.x.x",
|
|
"webpack-cli": "4.x.x"
|
|
},
|
|
"gitHead": "4edf3acf1541344f71cf7da7c3c654347f19aea7"
|
|
}
|