UNPKG

rtk

Version:

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

68 lines 1.62 kB
{ "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", "hcl", "json", "makefile", "text", "toml", "yaml", "changelog", "keep-a-changelog", "git", "zeus", "kraken" ], "version": "4.2.0", "homepage": "https://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": "https://github.com/cliffano/rtk.git" }, "bugs": { "url": "https://github.com/cliffano/rtk/issues" }, "directories": { "bin": "./bin", "lib": "./lib", "test": "./test" }, "dependencies": { "async": "^3.2.6", "bagofcli": "^2.5.0", "chalk": "^5.6.2", "dot-prop": "^10.1.0", "hcl2-parser": "^1.0.3", "js-yaml": "^4.1.1", "keep-a-changelog": "^2.7.1", "lodash": "^4.17.21", "@kba/makefile-parser": "^0.0.6", "semver": "^7.7.3", "simple-git": "^3.30.0", "string-format": "^2.0.0", "@iarna/toml": "^2.2.5" }, "devDependencies": { "esmock": "^2.7.3", "@sinonjs/referee": "^11.0.1", "sinon": "^21.0.0" }, "scripts": {}, "engines": { "node": ">= 20.0.0" }, "license": "MIT" }