-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.15 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.15 KB
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
46
47
48
49
50
51
{
"name": "codeql-agent",
"version": "0.3.4",
"description": "A CodeQL tool to automatically execute code scanning.",
"main": "index.js",
"scripts": {
"start": "npx codeql-agent"
},
"bin": {
"codeql-agent": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeql-agent-project/codeql-agent-cli.git"
},
"keywords": [
"codeql",
"agent",
"codeql",
"agent",
"cli",
"tool",
"code",
"scanning",
"security"
],
"author": "codeql-agent-project",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeql-agent-project/codeql-agent-cli/issues"
},
"homepage": "https://github.com/codeql-agent-project/codeql-agent-cli#readme",
"dependencies": {
"chalk": "^4.1.2",
"clear": "^0.1.0",
"commander": "^10.0.0",
"figlet": "^1.5.2",
"linguist-js": "^2.5.4",
"p-limit": "^3.1.0",
"path": "^0.12.7",
"which": "^3.0.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"winston-transport-discord": "^1.0.3"
},
"devDependencies": {
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}