-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"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.2-pre.0",
"homepage": "http://github.com/cliffano/rtk",
"author": "Cliffano Subagio <[email protected]> (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"
}