{
  "name": "rtk",
  "type": "module",
  "description": "Agnostic software release tool for managing versions on changelog (keep-a-changelog), multi-format files (JSON, Makefile, text, TOML, YAML), and also for tagging source code of a Git repo",
  "keywords": [
    "release",
    "versioning",
    "json",
    "makefile",
    "text",
    "toml",
    "yaml",
    "changelog",
    "keep-a-changelog",
    "git",
    "zeus",
    "kraken"
  ],
  "version": "3.1.1",
  "homepage": "http://github.com/cliffano/rtk",
  "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
  "contributors": [
    "All contributors (https://github.com/cliffano/rtk/graphs/contributors)"
  ],
  "main": "./lib/rtk",
  "bin": {
    "rtk": "./bin/rtk.js"
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "http://github.com/cliffano/rtk.git"
  },
  "bugs": {
    "url": "http://github.com/cliffano/rtk/issues"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "test": "./test"
  },
  "dependencies": {
    "async": "^3.2.4",
    "bagofcli": "^2.4.1",
    "chalk": "^5.3.0",
    "dot-prop": "^8.0.2",
    "js-yaml": "^4.1.0",
    "keep-a-changelog": "^0.10.4",
    "lodash": "^4.17.21",
    "@kba/makefile-parser": "^0.0.6",
    "simple-git": "^3.20.0",
    "string-format": "^2.0.0",
    "@iarna/toml": "^2.2.5"
  },
  "devDependencies": {
    "sinon": "^16.1.0",
    "@sinonjs/referee": "^10.0.1"
  },
  "scripts": {},
  "engines": {
    "node": ">= 16.0.0"
  },
  "license": "MIT"
}