UNPKG

sonarqube-scanner

Version:

SonarQube/SonarCloud Scanner for the JavaScript world

61 lines (60 loc) 1.51 kB
{ "name": "sonarqube-scanner", "description": "SonarQube/SonarCloud Scanner for the JavaScript world", "version": "2.7.0", "homepage": "https://github.com/bellingard/sonar-scanner-npm", "author": { "name": "Fabrice Bellingard", "email": "fabrice.bellingard@sonarsource.com" }, "repository": { "type": "git", "url": "git+https://github.com/bellingard/sonar-scanner-npm.git" }, "bugs": { "url": "https://github.com/bellingard/sonar-scanner-npm/issues" }, "license": "LGPL-3.0", "main": "dist/index.js", "bin": { "sonar-scanner": "dist/bin/sonar-scanner" }, "engines": { "node": ">= 0.10" }, "dependencies": { "download": "^7.1.0", "extend": "3.0.2", "fancy-log": "^1.3.3", "lodash.get": "^4.4.2", "lodash.uniq": "^4.5.0", "mkdirp": "^1.0.3", "progress": "^2.0.3", "read-pkg": "2.0.0", "slugify": "^1.4.0" }, "devDependencies": { "coveralls": "^3.0.11", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mocha": "^7.1.0", "mocha-sonarqube-reporter": "^1.0.1", "nyc": "^15.0.0" }, "keywords": [ "sonarqube", "sonarcloud", "sonarqube-scanner", "sonarqube-runner", "sonar-scanner", "sonar-runner" ], "scripts": { "test": "npx nyc mocha", "ci": "npm run test && node ci-analysis.js" } }