generated from int128/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 1.05 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
{
"private": true,
"scripts": {
"format": "prettier --write **/*.ts",
"lint": "eslint .",
"build": "ncc build --source-map --license licenses.txt src/main.ts",
"test": "jest",
"graphql-codegen": "graphql-codegen --config graphql-codegen.ts"
},
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@octokit/plugin-retry": "7.1.2",
"graphql": "16.10.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/import-types-preset": "3.0.0",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-operations": "4.4.0",
"@octokit/graphql-schema": "15.25.0",
"@tsconfig/node20": "20.1.4",
"@types/jest": "29.5.14",
"@types/node": "20.17.10",
"@vercel/ncc": "0.38.3",
"eslint": "9.17.0",
"eslint-plugin-jest": "28.10.0",
"jest": "29.7.0",
"js-yaml": "4.1.0",
"prettier": "3.4.2",
"ts-jest": "29.2.5",
"typescript": "5.7.2",
"typescript-eslint": "8.18.2"
},
"packageManager": "[email protected]"
}