-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.67 KB
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
65
66
{
"name": "wisdom",
"version": "17.3.2",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "configurable publish releases to github and npm",
"homepage": "http://github.com/coderaiser/wisdom",
"main": "lib/wisdom.js",
"bin": {
"wisdom": "bin/wisdom.js"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"scripts": {
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report",
"wisdom": "madrun wisdom",
"patch": "madrun patch",
"minor": "madrun minor",
"major": "madrun major",
"wisdom:type": "madrun wisdom:type",
"wisdom:done": "madrun wisdom:done",
"wisdom:build": "madrun wisdom:build",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/wisdom.git"
},
"dependencies": {
"@putout/cli-choose": "^4.0.0",
"changelog-io": "^10.0.0",
"currify": "^4.0.0",
"enquirer": "^2.3.6",
"envir": "^3.0.1",
"fullstore": "^4.0.0",
"grizzly": "^6.0.0",
"jessy": "^5.0.0",
"minor": "^1.2.0",
"parent-directories": "^3.0.0",
"prepend": "^2.0.0",
"read-package-up": "^12.0.0",
"readjson": "^2.2.2",
"redrun": "^13.0.0",
"rendy": "^5.0.0",
"try-catch": "^4.0.6",
"try-to-catch": "^4.0.2",
"version-io": "^6.0.0"
},
"license": "MIT",
"engines": {
"node": ">=22"
},
"devDependencies": {
"eslint": "^10.0.0",
"eslint-plugin-putout": "^31.0.0",
"madrun": "^13.0.0",
"montag": "^2.0.1",
"putout": "^42.0.5",
"superc8": "^12.3.1",
"supertape": "^13.2.0"
}
}