-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 893 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
{
"name": "infra",
"private": true,
"type": "module",
"scripts": {
"build": "rollup -c",
"lint": "eslint . --cache",
"test": "node ./test/index.js"
},
"dependencies": {
"@actions/artifact": "2.1.11",
"@octokit/core": "6.1.2",
"@octokit/request": "9.1.3",
"@octokit/request-error": "6.1.5",
"tunnel": "0.0.6",
"undici": "6.20.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@octokit/openapi-types": "22.2.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/node": "^22.8.1",
"@types/tunnel": "^0.0.7",
"eslint": "^9.13.0",
"eslint-plugin-n": "^17.11.1",
"globals": "^15.11.0",
"rollup": "4.24.2",
"typescript": "^5.6.3"
},
"engines": {
"node": "^20.13.0 || >=22"
}
}