package.json 636 B

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