-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 884 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
{
"scripts": {
"test": "jest",
"package": "ncc build src/index.ts",
"lint": "npx eslint ."
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@types/sarif": "^2.1.7",
"parse-diff": "^0.11.1"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@microsoft/jest-sarif": "^1.0.0-beta.0",
"@types/jest": "^29.5.14",
"@types/sarif": "^2.1.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vercel/ncc": "^0.38.3",
"eslint": "^8.57.1",
"eslint-config-love": "^47.0.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.6",
"jest": "^29.7.0",
"parse-diff": "^0.11.1",
"prettier": "^3.5.3",
"prettier-eslint": "^16.4.1",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}