10
0

package.json 637 B

123456789101112131415161718192021222324252627
  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. }