generated from int128/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 992 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 992 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
{
"private": true,
"scripts": {
"build": "ncc build --source-map --license licenses.txt src/main.ts",
"test": "vitest",
"graphql-codegen": "graphql-codegen --config graphql.config.ts",
"check": "biome migrate --write && biome check --fix"
},
"type": "module",
"dependencies": {
"@actions/core": "3.0.0",
"@octokit/action": "8.0.4",
"@octokit/plugin-retry": "8.1.0",
"graphql": "16.12.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@graphql-codegen/cli": "6.1.2",
"@graphql-codegen/import-types-preset": "3.0.1",
"@graphql-codegen/typescript": "5.0.8",
"@graphql-codegen/typescript-operations": "5.0.8",
"@octokit/graphql-schema": "15.26.1",
"@octokit/webhooks-types": "7.6.1",
"@tsconfig/node20": "20.1.9",
"@types/node": "20.19.35",
"@vercel/ncc": "0.38.4",
"js-yaml": "4.1.1",
"pnpm": "10.30.3",
"typescript": "5.9.3",
"vitest": "4.0.18"
},
"packageManager": "[email protected]"
}