forked from hunt3rkillerz/Snyk-To-Sarif-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 984 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
{
"dependencies": {
"yargs": "^16.1.0"
},
"name": "snyk-to-sarif",
"description": "A node module that can be used to convert Snyk projects to the SARIF format. This tool is inspired by [https://github.com/garethr/snyk-to-sarif](https://github.com/garethr/snyk-to-sarif). However, it is designed to support multi-project Snyk outputs and also is built in NodeJS to be inline with other Snyk integrations and the CLI itself.",
"version": "1.1.1",
"main": "./snyk-to-sarif.js",
"devDependencies": {},
"bin": "./snyk-to-sarif.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hunt3rkillerz/Snyk-To-Sarif-JS.git"
},
"keywords": [
"sarif"
],
"author": "Alex Rosenzweig",
"license": "MIT",
"bugs": {
"url": "https://github.com/hunt3rkillerz/Snyk-To-Sarif-JS/issues"
},
"homepage": "https://github.com/hunt3rkillerz/Snyk-To-Sarif-JS#readme"
}