{
  "name": "git-beauty-commit",
  "version": "1.0.2",
  "description": "turn git commit massage into a more beautiful massage",
  "homepage": "https://github.com/yyz945947732/git-beauty-commit",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "vitest",
    "lint": "biome check --apply-unsafe ./src && biome format --write ./src",
    "build": "tsup --config tsup.config.ts",
    "test:cov": "vitest run --coverage"
  },
  "type": "module",
  "author": "yyz945947732 <945947732@qq.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "keywords": [
    "git-commit",
    "git-commit-massage",
    "git-emoji-commit",
    "git-emoji",
    "git"
  ],
  "bugs": {
    "url": "https://github.com/yyz945947732/git-beauty-commit/issues",
    "email": "945947732@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yyz945947732/git-beauty-commit.git"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.1.2",
    "@vitest/coverage-istanbul": "^0.34.4",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2",
    "vitest": "^0.34.4"
  },
  "dependencies": {
    "capitalize": "^2.0.4"
  }
}
