generated from int128/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 861 Bytes
/
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
{
"private": true,
"scripts": {
"format": "prettier --write **/*.ts",
"lint": "eslint .",
"build": "ncc build --source-map --license licenses.txt src/main.ts",
"test": "jest"
},
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@actions/glob": "0.5.0",
"@datadog/datadog-api-client": "1.30.0",
"fast-xml-parser": "4.5.0"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"@vercel/ncc": "0.38.2",
"eslint": "9.14.0",
"eslint-plugin-jest": "28.9.0",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0"
},
"engines": {
"node": "20.x"
},
"packageManager": "[email protected]"
}