-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 811 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 811 Bytes
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
{
"name": "nodejs-sonar-scanner",
"version": "4.0.4",
"description": "Wrap sonar-scanner as a node module",
"keywords": [
"sonar",
"scanner"
],
"main": "index.js",
"bin": {
"sonar-scanner": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/arin-pang/nodejs-sonar-scanner"
},
"bugs": {
"url": "https://github.com/arin-pang/nodejs-sonar-scanner/issues"
},
"homepage": "https://github.com/arin-pang/nodejs-sonar-scanner",
"author": "arin-pang",
"license": "MIT",
"dependencies": {
"fs-extra": "^8.1.0",
"https-proxy-agent": "^4.0.0",
"node-fetch": "^2.6.0",
"unzipper": "^0.10.5",
"yargs": "^15.0.2",
"yargs-unparser": "^1.5.0"
}
}