source: imaps-frontend/node_modules/@webpack-cli/configtest/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: 637 bytes
Line 
1{
2 "name": "@webpack-cli/configtest",
3 "version": "3.0.1",
4 "description": "Validate a webpack configuration.",
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/configtest",
19 "files": [
20 "lib"
21 ],
22 "peerDependencies": {
23 "webpack": "^5.82.0",
24 "webpack-cli": "6.x.x"
25 },
26 "gitHead": "480b33d23b277b3a55310bfc6dec8bcd3d4ed404"
27}
Note: See TracBrowser for help on using the repository browser.