source: imaps-frontend/node_modules/@webpack-cli/info/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 636 bytes
Line 
1{
2 "name": "@webpack-cli/info",
3 "version": "3.0.1",
4 "description": "Outputs info about system and webpack config",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "license": "MIT",
8 "engines": {
9 "node": ">=18.12.0"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/webpack/webpack-cli.git"
17 },
18 "homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/info",
19 "files": [
20 "lib"
21 ],
22 "gitHead": "480b33d23b277b3a55310bfc6dec8bcd3d4ed404",
23 "peerDependencies": {
24 "webpack": "^5.82.0",
25 "webpack-cli": "6.x.x"
26 }
27}
Note: See TracBrowser for help on using the repository browser.