generated from int128/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 1.32 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
41
42
43
44
45
{
"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",
"@actions/http-client": "2.2.3",
"@datadog/datadog-api-client": "1.30.0",
"@octokit/types": "13.6.2",
"@octokit/webhooks-types": "7.6.1",
"graphql": "16.9.0",
"minimatch": "10.0.1"
},
"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-examples": "7.6.1",
"@tsconfig/recommended": "1.0.8",
"@types/jest": "29.5.14",
"@types/js-yaml": "4.0.9",
"@types/node": "20.17.9",
"@types/proxy": "1.0.4",
"@vercel/ncc": "0.38.3",
"eslint": "9.15.0",
"eslint-plugin-jest": "28.9.0",
"jest": "29.7.0",
"js-yaml": "4.1.0",
"prettier": "3.4.1",
"proxy": "2.2.0",
"ts-jest": "29.2.5",
"typescript": "5.6.3",
"typescript-eslint": "8.16.0"
},
"packageManager": "[email protected]"
}