-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "supertape",
"private": true,
"type": "commonjs",
"scripts": {
"test": "madrun test",
"test:dts": "madrun test:dts",
"test:tap": "madrun test:tap",
"test:fail": "madrun test:fail",
"test:slow": "madrun test:slow",
"coverage:long": "madrun coverage:long",
"coverage": "madrun coverage",
"coverage:tap": "madrun coverage:tap",
"coverage:slow": "madrun coverage:slow",
"lint:slow": "madrun lint:slow",
"lint-all": "madrun lint-all",
"lint:frame": "madrun lint:frame",
"lint:fresh": "madrun lint:fresh",
"lint:memory": "madrun lint:memory",
"fresh:lint": "madrun fresh:lint",
"fresh": "madrun fresh",
"lint": "madrun lint",
"lint:mark": "madrun lint:mark",
"memory": "madrun memory",
"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"
},
"devDependencies": {
"@putout/eslint-flat": "^2.0.0",
"c8": "^10.1.2",
"check-dts": "^0.8.0",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"husky": "^9.0.11",
"lerna": "^6.0.1",
"madrun": "^10.0.0",
"putout": "^36.0.2",
"redlint": "^3.9.0",
"supertape": "^10.0.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18"
},
"workspaces": ["packages/*"],
"dependencies": {}
}