generated from int128/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"private": true,
"scripts": {
"build": "ncc build --source-map --license licenses.txt src/main.ts",
"test": "vitest",
"graphql-codegen": "graphql-codegen --config graphql-codegen.ts",
"check": "biome migrate --write && biome check --fix"
},
"type": "module",
"dependencies": {
"@actions/core": "2.0.2",
"@actions/exec": "2.0.0",
"@octokit/action": "8.0.4",
"@octokit/plugin-retry": "8.0.3",
"graphql": "16.12.0",
"minimatch": "10.1.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@graphql-codegen/cli": "6.1.1",
"@graphql-codegen/import-types-preset": "3.0.1",
"@graphql-codegen/typescript": "5.0.7",
"@graphql-codegen/typescript-operations": "5.0.7",
"@octokit/graphql-schema": "15.26.1",
"@octokit/webhooks-types": "7.6.1",
"@tsconfig/node20": "20.1.8",
"@types/node": "20.19.28",
"@vercel/ncc": "0.38.4",
"pnpm": "10.28.0",
"typescript": "5.9.3",
"vitest": "4.0.16"
},
"engines": {
"node": "20.x"
},
"packageManager": "pnpm@10.28.0"
}