{
  "name": "versionist",
  "version": "8.1.1",
  "main": "bin/versionist.js",
  "description": "Flexible CHANGELOG generation toolkit that adapts to your commit conventions",
  "homepage": "https://github.com/balena-io/versionist",
  "repository": {
    "type": "git",
    "url": "git@github.com:product-os/versionist.git"
  },
  "preferGlobal": true,
  "bin": {
    "versionist": "./bin/cli.js"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "pretest": "npm run prepack && npx tsc --noEmit --project tsconfig.dev.json",
    "test": "mocha tests -R spec && node tests/cli/run",
    "posttest": "npm run lint",
    "test-cli": "npm run pretest && node tests/cli/run",
    "lint": "balena-lint -e ts -e js src/ tests/ bin/ && tsc --noEmit",
    "prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
    "prepack": "npx tsc",
    "prettify": "balena-lint -e ts -e js --fix src/ tests/ bin/",
    "versionist": "./bin/cli.js"
  },
  "author": "Juan Cruz Viotti <juan@balena.io>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@balena/lint": "^6.2.0",
    "@types/handlebars": "^4.1.0",
    "@types/handlebars-helpers": "^0.5.3",
    "@types/lodash": "^4.14.186",
    "husky": "^8.0.1",
    "indent-string": "^4.0.0",
    "lint-staged": "^13.0.3",
    "mocha": "^6.2.3",
    "mochainon": "^1.0.0",
    "shelljs": "^0.8.5",
    "tmp": "^0.0.33",
    "touch": "^3.1.0",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "@octokit/rest": "^18.12.0",
    "async": "^2.6.4",
    "balena-semver": "^3.0.1",
    "chalk": "^4.1.2",
    "debug": "2.6.9",
    "handlebars": "^4.7.7",
    "handlebars-helpers": "^0.10.0",
    "lodash": "^4.17.21",
    "markdown": "^0.5.0",
    "replace-in-file": "^4.3.1",
    "smol-toml": "^1.4.2",
    "yaml": "^2.1.3",
    "yargs": "^11.1.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "versionist": {
    "publishedAt": "2026-02-19T00:06:26.063Z"
  }
}
