@atomist/sdm-pack-changelog
Version:
Extension Pack for an Atomist SDM to manage changelogs
97 lines (96 loc) • 3.21 kB
JSON
{
"name": "@atomist/sdm-pack-changelog",
"version": "1.0.3",
"description": "Extension Pack for an Atomist SDM to manage changelogs",
"author": {
"name": "Atomist",
"email": "support@atomist.com",
"url": "https://atomist.com/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/atomist/sdm-pack-changelog#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/atomist/sdm-pack-changelog.git"
},
"keywords": [
"atomist",
"automation",
"sdm",
"extension",
"pack",
"changelog"
],
"bugs": {
"url": "https://github.com/atomist/sdm-pack-changelog/issues"
},
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@atomist/slack-messages": "^1.1.1",
"@octokit/rest": "^16.1.0",
"@types/lodash": "^4.14.141",
"@types/semver": "^5.5.0",
"changelog-parser": "^2.7.0",
"fs-extra": "^7.0.1",
"license-checker": "^25.0.1",
"lodash": "^4.17.15",
"remark": "^10.0.1",
"remark-defsplit": "^1.3.1",
"remark-inline-links": "^3.1.2",
"remark-reference-links": "^4.0.3",
"semver": "^5.6.0"
},
"peerDependencies": {
"@atomist/automation-client": "^1.7.0",
"@atomist/sdm": "^1.7.0",
"@atomist/sdm-core": "^1.7.0"
},
"devDependencies": {
"@atomist/automation-client": "^1.7.0",
"@atomist/sdm": "^1.7.0",
"@atomist/sdm-core": "^1.7.0",
"@types/app-root-path": "^1.2.4",
"@types/mocha": "^5.2.6",
"@types/node": "^12.7.11",
"@types/power-assert": "^1.5.0",
"app-root-path": "^2.1.0",
"espower-typescript": "^9.0.1",
"mocha": "^6.0.2",
"npm-run-all": "^4.1.5",
"power-assert": "^1.6.1",
"rimraf": "^2.6.3",
"supervisor": "^0.12.0",
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.3"
},
"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:test clean:doc clean:run",
"clean:compile": "rimraf git-info.json \"index.{d.ts,js}{,.map}\" \"{lib,test}/**/!(changelogParser).{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",
"clean:test": "rimraf .nyc_output coverage",
"compile": "run-s gql:gen compile:ts",
"compile:ts": "tsc --project .",
"doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
"gql:gen": "atm-gql-gen",
"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": ">=8.2.0",
"npm": ">=5.0.0"
}
}