{
  "name": "@jwpkg/gitversion",
  "packageManager": "yarn@4.0.2",
  "bin": "bin/index.js",
  "type": "commonjs",
  "description": "Gitversion is a complete customizable git-based release management system",
  "keywords": [
    "git",
    "npm",
    "yarn",
    "monorepo",
    "bump",
    "ci-cd",
    "gitrelease",
    "version",
    "versioning",
    "changelog",
    "package",
    "semver",
    "publish",
    "release",
    "conventional-commits",
    "yarn-workspaces",
    "yarn-berry"
  ],
  "homepage": "https://www.cp-utils.com/projects/gitversion/",
  "publishConfig": {
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "bin": "bin/index.js"
  },
  "scripts": {
    "build": "rm -f tsconfig.tsbuildinfo && tsc --noEmit false",
    "copy-readme": "cp ../../../README.md . && cp -rf ../../../assets .",
    "copy-licence": "cp ../../../LICENSE .",
    "prepack": "yarn copy-readme && yarn copy-licence && yarn build",
    "postpack": "rm -rf lib"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^22.13.1",
    "@types/semver": "^7.5.8",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/jwpkg/gitversion",
    "directory": "workspaces/packages/gitversion"
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "files": [
    "/lib/**/!(*._test_).(js|d.ts)",
    "CHANGELOG.md"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "dependencies": {
    "@yarnpkg/cli": "^4.1.0",
    "@yarnpkg/core": "^4.0.3",
    "@yarnpkg/fslib": "^3.1.0",
    "@yarnpkg/plugin-npm": "^3.0.1",
    "@yarnpkg/plugin-pack": "^4.0.0",
    "axios": "^1.7.4",
    "ci-info": "^4.0.0",
    "clipanion": "^4.0.0-rc.4",
    "colorize-node": "^1.0.0",
    "cross-spawn": "^7.0.3",
    "cross-spawn-extra": "^2.1.0",
    "glob": "^10.3.10",
    "queue-promise": "^2.2.1",
    "semver": "^7.7.1",
    "typanion": "^3.14.0"
  },
  "version": "0.1.16"
}