-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "rsbuild-ecosystem-ci",
"version": "0.0.1",
"description": "Rsbuild Ecosystem CI",
"homepage": "https://github.com/rspack-contrib/rsbuild-ecosystem-ci#readme",
"bugs": {
"url": "https://github.com/rspack-contrib/rsbuild-ecosystem-ci/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rspack-contrib/rsbuild-ecosystem-ci.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"bisect": "tsx ecosystem-ci.ts bisect",
"lint": "biome check .",
"prepare": "pnpm exec simple-git-hooks",
"test": "tsx ecosystem-ci.ts"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec nano-staged"
},
"nano-staged": {
"*": ["biome check . --write"]
},
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.0",
"@manypkg/get-packages": "^2.2.2",
"cac": "^6.7.14",
"execa": "^7.1.1",
"node-fetch": "^3.3.1"
},
"devDependencies": {
"@antfu/ni": "^0.20.0",
"@biomejs/biome": "^1.9.4",
"@types/node": "^18.15.5",
"@types/semver": "^7.3.13",
"nano-staged": "^0.8.0",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^4.9.5"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": "10.0.0"
}
}