-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 976 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 976 Bytes
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
{
"name": "webcontainers-ecosystem-ci",
"version": "0.0.1",
"description": "WebContainers Ecosystem CI",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/stackblitz/webcontainers-ecosystem-ci.git"
},
"bugs": {
"url": "https://github.com/stackblitz/webcontainers-ecosystem-ci/issues"
},
"homepage": "https://github.com/stackblitz/webcontainers-ecosystem-ci#readme",
"scripts": {
"tsx": "tsx",
"test": "tsx src/index.ts",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint ."
},
"dependencies": {
"@actions/core": "^1.11.1",
"@antfu/ni": "^24.3.0",
"cac": "^6.7.14",
"tinyexec": "^1.0.1"
},
"devDependencies": {
"@blitz/eslint-plugin": "^0.1.4",
"@types/node": "^22.15.3",
"eslint": "^9.26.0",
"prettier": "^3.5.3",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
},
"prettier": {}
}