@atomist/sdm-pack-sonarqube
Version:
Extension Pack for an Atomist SDM to integrate SonarQube
78 lines (77 loc) • 2.57 kB
JSON
{
"name": "@atomist/sdm-pack-sonarqube",
"version": "1.0.1",
"description": "Extension Pack for an Atomist SDM to integrate SonarQube",
"author": {
"name": "Atomist",
"email": "support@atomist.com",
"url": "https://atomist.com/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/atomist/sdm-pack-sonarqube#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/atomist/sdm-pack-sonarqube.git"
},
"keywords": [
"atomist",
"automation",
"sdm",
"extension",
"pack",
"sonarqube"
],
"bugs": {
"url": "https://github.com/atomist/sdm-pack-sonarqube/issues"
},
"main": "dist/index.js",
"types": "./index.d.ts",
"dependencies": {},
"peerDependencies": {
"@atomist/automation-client": ">=1.0.1",
"@atomist/sdm": ">=1.0.1"
},
"devDependencies": {
"@atomist/automation-client": "^1.0.1",
"@atomist/sdm": "^1.0.1",
"@types/lodash": "^4.14.118",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.3",
"@types/power-assert": "^1.4.29",
"espower-typescript": "^9.0.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.2",
"power-assert": "^1.4.4",
"rimraf": "^2.6.2",
"supervisor": "^0.12.0",
"ts-node": "^7.0.1",
"tslint": "^5.9.1",
"typedoc": "^0.13.0",
"typescript": "^3.1.6"
},
"directories": {
"test": "test"
},
"scripts": {
"autotest": "supervisor --watch index.ts,lib,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
"build": "run-s compile test lint doc",
"clean": "run-p clean:compile clean:doc clean:run",
"clean:compile": "rimraf git-info.json \"index.{d.ts,js{,.map}}\" \"{lib,test}/**/*.{d.ts,js{,.map}}\" lib/typings/types.ts",
"clean:dist": "run-s clean clean:npm",
"clean:doc": "rimraf doc",
"clean:npm": "rimraf node_modules",
"clean:run": "rimraf *-v8.log profile.txt log",
"compile": "run-s compile:ts",
"compile:ts": "tsc --project .",
"doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
"lint": "tslint --format verbose --project . --exclude \"node_modules/**\" --exclude \"**/*.d.ts\" \"**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
"test": "mocha --require espower-typescript/guess --require source-map-support/register \"test/**/*.test.ts\"",
"test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
"typedoc": "npm run doc"
},
"engines": {
"node": "9.x.x",
"npm": "6.x.x"
}
}