package.json 634 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@webpack-cli/info",
  3. "version": "2.0.2",
  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": ">=14.15.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": "e879ce4ef91a9a89ca5ef74f533391cef5ba009d",
  23. "peerDependencies": {
  24. "webpack": "5.x.x",
  25. "webpack-cli": "5.x.x"
  26. }
  27. }