supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
700 Bytes
{
"name": "@webpack-cli/serve",
"version": "2.0.5",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/webpack/webpack-cli.git"
},
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/serve",
"license": "MIT",
"engines": {
"node": ">=14.15.0"
},
"files": [
"lib"
],
"peerDependencies": {
"webpack": "5.x.x",
"webpack-cli": "5.x.x"
},
"peerDependenciesMeta": {
"webpack-dev-server": {
"optional": true
}
},
"gitHead": "e879ce4ef91a9a89ca5ef74f533391cef5ba009d"
}