-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
67 lines (67 loc) · 2.01 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
{
"name": "root",
"private": true,
"scripts": {
"test": "madrun test",
"test:break": "madrun test:break",
"test:update": "madrun test:update",
"test:inspect": "madrun test:inspect",
"test:fail": "madrun test:fail",
"test:slow": "madrun test:slow",
"coverage:ci": "madrun coverage:ci",
"coverage": "madrun coverage",
"coverage:slow": "madrun coverage:slow",
"lint:slow": "madrun lint:slow",
"lint:dot": "madrun lint:dot",
"lint-all": "madrun lint-all",
"lint:frame": "madrun lint:frame",
"lint:fresh": "madrun lint:fresh",
"lint:fresh:only:putout": "madrun lint:fresh:only:putout",
"lint:fresh:only:eslint": "madrun lint:fresh:only:eslint",
"lint:memory": "madrun lint:memory",
"lint:time": "madrun lint:time",
"lint:only:putout": "madrun lint:only:putout",
"lint:only:eslint": "madrun lint:only:eslint",
"fresh:lint": "madrun fresh:lint",
"fresh:fix": "madrun fresh:fix",
"fresh": "madrun fresh",
"fresh:only:putout": "madrun fresh:only:putout",
"fresh:only:eslint": "madrun fresh:only:eslint",
"lint": "madrun lint",
"lint:mark": "madrun lint:mark",
"memory": "madrun memory",
"time": "madrun time",
"fix:lint": "madrun fix:lint",
"fix:lint:fresh": "madrun fix:lint:fresh",
"fix:lint:cache": "madrun fix:lint:cache",
"fix:lint:slow": "madrun fix:lint:slow",
"bootstrap": "madrun bootstrap",
"report": "madrun report",
"prepare": "madrun prepare",
"copy": "madrun copy"
},
"devDependencies": {
"@putout/eslint-flat": "^2.0.0",
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^23.0.0",
"husky": "^9.0.11",
"lerna": "^6.0.1",
"madrun": "^10.0.0",
"redlint": "^3.1.2",
"supertape": "^10.0.0"
},
"trustedDependencies": ["husky"],
"engines": {
"node": ">=18"
},
"workspaces": [
"packages/*",
"codemods/*",
"rules/*",
"scripts/*"
],
"dependencies": {}
}