-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 829 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": "root",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run"
},
"dependencies": {
"gha-utils": "^0.4.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.3.0",
"@tsconfig/node24": "^24.0.1",
"@types/node": "^26.1.1",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^9.39.2",
"jiti": "^2.7.0",
"lefthook": "^2.1.10",
"prettier": "^3.8.4",
"prettier-plugin-organize-imports": "^4.2.0",
"rollup": "^4.62.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.64.0",
"vitest": "^4.1.10"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "^24.18.0",
"onFail": "download"
}
},
"packageManager": "pnpm@11.12.0"
}