package.json 600 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@webpack-cli/configtest",
  3. "version": "1.2.0",
  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. "gitHead": "20882d463450d010bb76e0824fe555e9785e9561"
  24. }