package.json 543 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@webpack-cli/configtest",
  3. "version": "1.1.1",
  4. "description": "Validate a webpack configuration.",
  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/configtest",
  16. "files": [
  17. "lib"
  18. ],
  19. "peerDependencies": {
  20. "webpack": "4.x.x || 5.x.x",
  21. "webpack-cli": "4.x.x"
  22. }
  23. }