sonar-validator
Version:
SonarQube Quality Gateway validator
21 lines (20 loc) • 423 B
JSON
{
"name": "sonar-validator",
"version": "0.1.1",
"description": "SonarQube Quality Gateway validator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"NodeJS",
"SonarQube",
"QualityGateway"
],
"author": "Theekshana Wijesinghe",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"properties-reader": "^2.2.0"
}
}