-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 KB
/
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
41
42
43
44
45
46
{
"name": "wait-other-jobs",
"version": "1.0.0",
"description": "",
"main": "lib/main.js",
"engines": {
"node": "20.x"
},
"packageManager": "[email protected]",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/kachick/wait-other-jobs.git"
},
"keywords": [],
"author": "Kenichi Kamiya <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@octokit/core": "^6.1.4",
"@octokit/graphql-schema": "^15.26.0",
"@octokit/plugin-paginate-graphql": "^5.2.4",
"ansi-styles": "^6.2.1",
"esbuild": "^0.25.0",
"temporal-polyfill": "^0.2.5",
"zod": "^3.24.2"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.17.21",
"recheck": "^4.4.5",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
},
"pnpm": {
"overrides": {
"undici@<5.28.5": "^5.28.5",
"@octokit/plugin-paginate-rest@<9.2.2": "^9.2.2",
"@octokit/endpoint@<9.0.6": "^9.0.6",
"@octokit/request@<8.4.1": "^8.4.1",
"@octokit/request-error@<5.1.1": "^5.1.1"
}
}
}