-
-
Notifications
You must be signed in to change notification settings - Fork 669
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 636 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "@webpack-cli/info",
"version": "3.0.1",
"description": "Outputs info about system and webpack config",
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/info",
"repository": {
"type": "git",
"url": "https://github.com/webpack/webpack-cli.git"
},
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"peerDependencies": {
"webpack": "^5.82.0",
"webpack-cli": "6.x.x"
},
"engines": {
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}