-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.18 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "redput",
"version": "2.5.1",
"description": "CLI tool to convert source from 🐊Putout Editor to files",
"main": "lib/redput.js",
"bin": {
"redput": "bin/redput.js"
},
"exports": {
"./plugin/get-report": "./lib/get-report/plugin-get-report/index.js"
},
"type": "module",
"scripts": {
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"test": "madrun test",
"test:mock": "madrun test:mock",
"watch:test": "madrun watch:test",
"watch:tape": "madrun watch:tape",
"watch:lint": "madrun watch:lint",
"watcher": "madrun watcher",
"coverage": "madrun coverage",
"coverage:es": "madrun coverage:es",
"report": "madrun report",
"wisdom": "madrun wisdom"
},
"repository": {
"type": "git",
"url": "git://github.com/putoutjs/redput.git"
},
"keywords": [
"redput",
"scripts",
"tool",
"cli",
"command",
"task",
"parallel",
"serial",
"run",
"tool",
"commandline",
"command",
"putout",
"putout-editor",
"gist"
],
"author": "coderaiser <[email protected]> (http://coderaiser.github.io/)",
"bugs": {
"url": "https://github.com/putoutjs/redput/issues"
},
"homepage": "https://github.com/putoutjs/redput",
"license": "MIT",
"engines": {
"node": ">=18"
},
"dependencies": {
"@putout/plugin-convert-esm-to-commonjs": "^6.0.0",
"@putout/plugin-declare": "^4.0.0",
"@putout/plugin-declare-before-reference": "^4.0.0",
"@putout/plugin-nodejs": "^11.0.0",
"@putout/plugin-putout": "^20.6.0",
"@putout/plugin-remove-unused-variables": "^9.0.0",
"node-fetch": "^3.3.2",
"octokit": "^4.0.2",
"putout": "^36.0.2",
"rendy": "^4.1.3",
"try-catch": "^3.0.1",
"try-to-catch": "^3.0.1"
},
"devDependencies": {
"@putout/test": "^11.0.0",
"c8": "^10.1.2",
"escover": "^4.0.1",
"eslint": "^9.0.0",
"eslint-plugin-putout": "^22.1.0",
"madrun": "^10.0.0",
"montag": "^1.2.1",
"nodemon": "^3.0.1",
"redlint": "^3.14.1",
"supertape": "^10.1.0"
},
"publishConfig": {
"access": "public"
}
}