-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.37 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
{
"name": "rstack-ecosystem-ci",
"version": "0.3.2",
"description": "Rstack Ecosystem CI",
"homepage": "https://github.com/rstackjs/rstack-ecosystem-ci#readme",
"bugs": {
"url": "https://github.com/rstackjs/rstack-ecosystem-ci/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstackjs/rstack-ecosystem-ci.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"bisect": "tsx ecosystem-ci.ts bisect",
"lint": "rslint && prettier -c .",
"lint:write": "rslint --fix && prettier -w .",
"prepare": "pnpm exec simple-git-hooks",
"test": "tsx ecosystem-ci.ts",
"build:website": "pnpm --filter ecosystem-ci-website build"
},
"simple-git-hooks": {
"pre-commit": "pnpm run lint:write"
},
"dependencies": {
"@actions/cache": "^4.1.0",
"@actions/core": "^1.11.1",
"@manypkg/get-packages": "^2.2.2",
"cac": "^6.7.14",
"execa": "^7.2.0",
"node-fetch": "^3.3.2",
"yaml": "^2.9.0"
},
"devDependencies": {
"@antfu/ni": "^30.1.0",
"@rslint/core": "^0.5.3",
"@types/node": "^24.12.4",
"@types/semver": "^7.7.1",
"bumpp": "^11.1.0",
"prettier": "^3.8.3",
"semver": "^7.8.1",
"simple-git-hooks": "^2.13.1",
"tsx": "^4.22.3",
"typescript": "^4.9.5",
"verdaccio": "^6.7.2"
},
"packageManager": "pnpm@10.34.1",
"engines": {
"node": ">=22"
}
}