@invisible/changelog-update
Version:
Ensure updates to your changelog, and push them to Slack seamlessly
69 lines (68 loc) • 2.02 kB
JSON
{
"name": "@invisible/changelog-update",
"license": "MIT",
"version": "1.2.2",
"description": "Ensure updates to your changelog, and push them to Slack seamlessly",
"engines": {
"node": ">=8.11.2",
"npm": ">=6.0.0"
},
"homepage": "https://github.com/invisible-tech/changelog-update",
"author": {
"email": "tng@invisible.email",
"name": "Invisible Technologies",
"url": "https://github.com/invisible-tech"
},
"bin": {
"assert-changelog-update": "bin/assert-changelog-update",
"last-changelog-update": "bin/last-changelog-update",
"push-changelog-update": "bin/push-changelog-update"
},
"main": "src/index.js",
"keywords": [
"slack",
"release",
"note",
"notes"
],
"devDependencies": {
"@invisible/eslint-config": "^1.1.4",
"@invisible/publish": "^2.0.0",
"chance": "^1.0.6",
"docdash": "^0.4.0",
"eslint": "^5",
"jsdoc": "^3.4.3",
"mocha": "^5.0.0",
"mock-require": "^3.0.0",
"nyc": "^12",
"recursive-readdir": "^2.1.1"
},
"repository": "git@github.com:invisible-tech/changelog-update.git",
"scripts": {
"builddoc": "./node_modules/.bin/jsdoc -c ./.jsdoc.json",
"coverage": "nyc report --reporter=lcov --reporter=html --reporter=text-summary --reporter=text",
"fix": "eslint --cache --fix --ignore-path .gitignore .",
"lint": "eslint --cache -f node_modules/eslint-formatter-pretty --ignore-path .gitignore .",
"start": "node src",
"prepublishOnly": "npm audit",
"pretest": "npm run lint",
"test": "npm run test-only",
"test-only": "exit 0",
"posttest": "assert-version-bump && bin/assert-changelog-update --quiet"
},
"dependencies": {
"common-tags": "^1.4.0",
"cross-spawn": "^6.0.0",
"find-package-json": "^1.0.0",
"got": "^8.0.0",
"lodash": "^4.17.4",
"yargs": "^12"
},
"optionalDependencies": {
"dotenv": "^6.0.0"
},
"changelogUpdate": {
"iconEmoji": "bellhop_bell",
"slackbotName": "Changelog Update"
}
}