shift73k/assets_old/node_modules/@webpack-cli/info/package.json

22 lines
435 B
JSON

{
"name": "@webpack-cli/info",
"version": "1.2.2",
"description": "Outputs info about system and webpack config",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"lib"
],
"dependencies": {
"envinfo": "^7.7.3"
},
"gitHead": "3bbda71e9637b7d20f3f49f9e080e27d8d8ae929",
"peerDependencies": {
"webpack-cli": "4.x.x"
}
}