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
64 lines • 1.53 kB
JSON
{
"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": "4.0.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.4.1",
"chalk": "^5.4.1",
"dot-prop": "^9.0.0",
"js-yaml": "^4.1.0",
"keep-a-changelog": "^0.10.4",
"lodash": "^4.17.21",
"@kba/makefile-parser": "^0.0.6",
"simple-git": "^3.28.0",
"string-format": "^2.0.0",
"@iarna/toml": "^2.2.5"
},
"devDependencies": {
"@sinonjs/referee": "^11.0.1",
"sinon": "^21.0.0"
},
"scripts": {},
"engines": {
"node": ">= 20.0.0"
},
"license": "MIT"
}