@atomist/sdm-pack-sloc
Version:
Extension Pack for an Atomist SDM to integrate code metrics
79 lines (78 loc) • 2.54 kB
JSON
{
"name": "@atomist/sdm-pack-sloc",
"version": "1.0.2",
"description": "Extension Pack for an Atomist SDM to integrate code metrics",
"author": {
"name": "Atomist",
"email": "support@atomist.com",
"url": "https://atomist.com/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/atomist/sdm-pack-sloc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/atomist/sdm-pack-sloc.git"
},
"keywords": [
"atomist",
"automation",
"sdm",
"extension",
"pack",
"sloc"
],
"bugs": {
"url": "https://github.com/atomist/sdm-pack-sloc/issues"
},
"dependencies": {
"lodash": "^4.17.10",
"sloc": "^0.2.0"
},
"peerDependencies": {
"@atomist/automation-client": "*",
"@atomist/sdm": "*"
},
"devDependencies": {
"@atomist/automation-client": "^1.3.0",
"@atomist/sdm": "^1.3.0",
"@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.5",
"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"
}
}