package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "cz-git",
  3. "version": "1.6.1",
  4. "description": "A better customizable and git support commitizen adapter",
  5. "keywords": [
  6. "openai",
  7. "commit",
  8. "commitizen-adapter",
  9. "cli",
  10. "cz-cli",
  11. "cz-git",
  12. "cz-gitee",
  13. "cz-adapter",
  14. "customizable",
  15. "cz-customizable"
  16. ],
  17. "homepage": "https://cz-git.qbb.sh",
  18. "bugs": {
  19. "url": "https://github.com/Zhengqbbb/cz-git/issues"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/Zhengqbbb/cz-git",
  24. "directory": "packages/cz-git"
  25. },
  26. "license": "MIT",
  27. "author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
  28. "main": "lib/index.js",
  29. "types": "lib/index.d.ts",
  30. "files": [
  31. "lib"
  32. ],
  33. "devDependencies": {
  34. "node-fetch": "^2.6.9",
  35. "rimraf": "3.0.2",
  36. "@cz-git/inquirer": "1.6.1",
  37. "@cz-git/loader": "1.6.1"
  38. },
  39. "scripts": {
  40. "build": "pnpm clean && tsc -b tsconfig.build.json && tsup && rimraf dist",
  41. "build:dev": "pnpm clean && tsc -b",
  42. "clean": "rimraf '*.tsbuildinfo' lib dist",
  43. "release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  44. }
  45. }