{
  "name": "@sansitech/commit-and-tag-version",
  "version": "13.0.0",
  "description": "replacement for `npm version` with automatic CHANGELOG generation",
  "bin": "bin/cli.js",
  "scripts": {
    "fix": "eslint . --fix",
    "posttest": "eslint . && npm run format:check",
    "format:base": "prettier \"./**/*.{ts,js}\"",
    "format:fix": "npm run format:base -- --write",
    "format:check": "npm run format:base -- --check",
    "test": "jest",
    "test:unit": "jest --testPathIgnorePatterns test/git.integration-test.js",
    "test:git-integration": "jest --testPathPattern test/git.integration-test.js",
    "release": "bin/cli.js"
  },
  "repository": "hanyuzhou2006/commit-and-tag-version",
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "conventional-changelog",
    "recommended",
    "changelog",
    "automatic",
    "workflow",
    "version",
    "angular",
    "standard"
  ],
  "author": "Ben Coe <ben@npmjs.com>",
  "contributors": [
    "Hanyuzhou2006 <hanyuzhou2006@outlook.com> (https://github.com/hanyuzhou2006)"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hanyuzhou2006/commit-and-tag-version/issues"
  },
  "homepage": "https://github.com/hanyuzhou2006/commit-and-tag-version#readme",
  "dependencies": {
    "chalk": "^2.4.2",
    "conventional-changelog": "3.1.25",
    "conventional-changelog-config-spec": "2.1.0",
    "conventional-changelog-conventionalcommits": "6.1.0",
    "conventional-recommended-bump": "7.0.1",
    "detect-indent": "^6.0.0",
    "detect-newline": "^3.1.0",
    "dotgitignore": "^2.1.0",
    "figures": "^3.1.0",
    "find-up": "^5.0.0",
    "git-semver-tags": "^5.0.0",
    "jsdom": "^23.2.0",
    "semver": "^7.5.4",
    "w3c-xmlserializer": "^5.0.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "eslint": "^8.52.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-jest": "^27.6.0",
    "eslint-plugin-n": "^15.2.0",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^29.7.0",
    "jest-serial-runner": "^1.2.1",
    "prettier": "3.0.3",
    "shelljs": "^0.8.5",
    "strip-ansi": "^6.0.0"
  }
}
