forked from elastic/snyk-github-issue-creator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 978 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
{
"name": "@elastic/snyk-github-issue-creator",
"version": "2.1.4",
"description": "A CLI for creating GitHub issues based on vulnerabilities from your Snyk projects",
"main": "lib/index.js",
"scripts": {
"test": "standard && tape 'test/**/*.js'"
},
"bin": "index.js",
"files": [
"index.js",
"lib/**/*"
],
"engines": {
"node": ">=14"
},
"author": "pierre-ernst",
"license": "ISC",
"dependencies": {
"@octokit/plugin-throttling": "^4.2.0",
"@octokit/rest": "^19.0.4",
"chalk": "^4.1.2",
"configstore": "^5.0.1",
"enquirer": "^2.3.6",
"lodash.flatten": "^4.4.0",
"minimist": "^1.2.5",
"ora": "^5.4.1",
"p-queue": "^6.6.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"semver": "^7.3.2"
},
"devDependencies": {
"standard": "^17.0.0",
"tape": "^5.0.1"
}
}