-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
{
"name": "changelog-io",
"version": "9.1.0",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "Generate changelog",
"main": "lib/changelog.js",
"type": "module",
"bin": {
"changelog": "bin/changelog.js"
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/changelog-io.git"
},
"keywords": [
"changelog"
],
"scripts": {
"test": "madrun test",
"coverage": "madrun coverage",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"report": "madrun report",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:lint": "madrun watch:lint",
"watch:tape": "madrun watch:tape",
"watch:coverage": "madrun watch:coverage"
},
"dependencies": {
"currify": "^4.0.0",
"minimist": "^1.2.0",
"read-package-up": "^11.0.0",
"rendy": "^4.1.3",
"shortdate": "^2.0.0",
"try-catch": "^3.0.0"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"devDependencies": {
"c8": "^9.1.0",
"eslint": "^9.1.1",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-putout": "^22.3.1",
"madrun": "^10.0.1",
"montag": "^1.2.1",
"putout": "^35.0.7",
"redlint": "^3.14.1",
"supertape": "^10.0.0",
"zenload": "^3.0.0"
}
}