package.json 1012 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "conventional-changelog-eslint",
  3. "version": "3.0.9",
  4. "description": "conventional-changelog eslint preset",
  5. "main": "index.js",
  6. "scripts": {
  7. "test-windows": "echo 'make work on windows'"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/conventional-changelog/conventional-changelog.git"
  12. },
  13. "keywords": [
  14. "conventional-changelog",
  15. "eslint",
  16. "preset"
  17. ],
  18. "author": "Steve Mao",
  19. "engines": {
  20. "node": ">=10"
  21. },
  22. "license": "ISC",
  23. "files": [
  24. "conventional-changelog.js",
  25. "conventional-recommended-bump.js",
  26. "index.js",
  27. "parser-opts.js",
  28. "writer-opts.js",
  29. "templates"
  30. ],
  31. "bugs": {
  32. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  33. },
  34. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme",
  35. "dependencies": {
  36. "q": "^1.5.1"
  37. },
  38. "gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca"
  39. }