-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 717 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 717 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
{
"private": true,
"scripts": {
"check": "biome migrate --write && biome check --fix",
"build": "ncc build --source-map --license licenses.txt src/index.ts",
"test": "vitest"
},
"type": "module",
"dependencies": {
"@actions/core": "3.0.0",
"@octokit/action": "8.0.4",
"@octokit/plugin-retry": "8.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@octokit/webhooks-types": "7.6.1",
"@tsconfig/node20": "20.1.9",
"@tsconfig/strictest": "2.0.8",
"@types/node": "20.19.37",
"@vercel/ncc": "0.38.4",
"pnpm": "10.30.3",
"typescript": "5.9.3",
"vitest": "4.1.0"
},
"engines": {
"node": "20.x"
},
"packageManager": "pnpm@10.30.3"
}