-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"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",
"@slack/web-api": "7.7.0",
"graphql": "16.9.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",
"@octokit/webhooks-types": "7.6.1",
"@tsconfig/node20": "20.1.4",
"@types/jest": "29.5.14",
"@types/node": "20.17.9",
"@vercel/ncc": "0.38.3",
"eslint": "9.16.0",
"eslint-plugin-jest": "28.9.0",
"jest": "29.7.0",
"prettier": "3.4.1",
"ts-jest": "29.2.5",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
},
"engines": {
"node": "20.x"
},
"packageManager": "pnpm@9.14.4"
}