package.json 674 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@webpack-cli/info",
  3. "version": "1.4.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. "publishConfig": {
  9. "access": "public"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/webpack/webpack-cli.git"
  14. },
  15. "homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/info",
  16. "files": [
  17. "lib"
  18. ],
  19. "dependencies": {
  20. "envinfo": "^7.7.3"
  21. },
  22. "gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9",
  23. "peerDependencies": {
  24. "webpack-cli": "4.x.x"
  25. },
  26. "devDependencies": {
  27. "@types/envinfo": "^7.8.1"
  28. }
  29. }