tenebrous-dicebot/api/node_modules/@webpack-cli/serve/package.json

30 lines
632 B
JSON
Raw Normal View History

{
"name": "@webpack-cli/serve",
"version": "1.4.0",
"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",
"files": [
"lib"
],
"peerDependencies": {
"webpack-cli": "4.x.x"
},
"peerDependenciesMeta": {
"webpack-dev-server": {
"optional": true
}
},
"gitHead": "4edf3acf1541344f71cf7da7c3c654347f19aea7"
}