forked from vitejs/vite-ecosystem-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 979 Bytes
/
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
{
"name": "volar-ecosystem-ci",
"private": true,
"version": "0.0.1",
"description": "Volar Ecosystem CI",
"scripts": {
"typecheck": "tsc",
"test:self": "tsx ecosystem-ci.ts _selftest",
"test": "tsx ecosystem-ci.ts"
},
"packageManager": "[email protected]",
"type": "module",
"engines": {
"node": ">=18",
"pnpm": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volarjs/ecosystem-ci.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/volarjs/ecosystem-ci/issues"
},
"homepage": "https://github.com/volarjs/ecosystem-ci#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"cac": "^6.7.14",
"execa": "^8.0.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
"typings/node": "npm:@types/node@^20.11.17",
"typings/semver": "npm:@types/semver@^7.5.7",
"semver": "^7.6.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}