-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 923 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
40
41
42
43
44
{
"name": "@nodesecure/ci-action",
"version": "1.4.1",
"description": "Pipeline of tools that identify dependencies vulnerabilities and track malicious code",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"node",
"nodejs",
"security",
"cli",
"sast",
"scanner",
"static",
"code",
"analysis",
"node_modules",
"tree",
"npm",
"registry",
"graph",
"visualization",
"dependencies",
"ci",
"continuous integration"
],
"author": "NodeSecure",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/NodeSecure/ci-action.git"
},
"bugs": {
"url": "https://github.com/NodeSecure/ci-action/issues"
},
"homepage": "https://github.com/NodeSecure/ci-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@nodesecure/ci": "1.7.0"
}
}