forked from github/codeql-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 935 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
36
37
38
39
{
"name": "codeql",
"version": "0.0.0",
"private": true,
"description": "CodeQL action",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'"
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.1",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"@octokit/rest": "^17.1.0",
"console-log-level": "^1.4.1",
"file-url": "^3.0.0",
"fs": "0.0.1-security",
"js-yaml": "^3.13.1",
"long": "^4.0.0",
"md5": "^2.2.1",
"path": "^0.12.7",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/jszip": "^3.1.6",
"@types/long": "4.0.0",
"@types/node": "^12.0.4",
"jest": "^25.2.4",
"jest-circus": "^25.2.4",
"ts-jest": "^25.3.0",
"tslint": "^6.1.0",
"typescript": "^3.7.5"
}
}