UNPKG

semantic-release-github-notifier

Version:

semantic-release-github plugin that notifies GitHub issues and pull requests of a related package release.

67 lines (66 loc) 1.99 kB
{ "author": { "name": "Hutson Betts", "email": "hutson@hyper-expanse.net", "url": "https://gitlab.com/hutson" }, "bin": {}, "bugs": { "url": "https://gitlab.com/hyper-expanse/open-source/semantic-release-github-notifier/issues" }, "description": "semantic-release-github plugin that notifies GitHub issues and pull requests of a related package release.", "engines": { "node": ">=6.9.0" }, "files": [ "src/**/!(*.spec).js" ], "homepage": "https://gitlab.com/hyper-expanse/open-source/semantic-release-github-notifier#readme", "keywords": [ "github", "notice" ], "license": "Apache-2.0", "main": "src/index.js", "name": "semantic-release-github-notifier", "repository": { "type": "git", "url": "https://gitlab.com/hyper-expanse/open-source/semantic-release-github-notifier.git" }, "scripts": { "dev": "docker run --rm --user node -v \"$(pwd)\":/app -w /app -it node:4 sh -c \"yarn install; yarn test; bash\"", "test": "eslint src/ && nyc mocha --opts mocha.opts src/**/*.spec.js" }, "version": "7.1.2", "dependencies": { "bluebird": "^3.4.1", "conventional-commits-parser": "^3.0.0", "debug": "^4.0.0", "get-pkg-repo": "^4.0.2", "gh-got": "^7.0.0", "lodash": "^4.13.1", "semver": "^5.3.0", "stream-array": "^1.1.2", "through2": "^3.0.0" }, "devDependencies": { "@hutson/conventional-changelog-config": "^2.0.0", "@hutson/eslint-config": "^3.0.0", "@hutson/nyc-config": "^2.0.0", "chai": "^4.0.2", "chai-as-promised": "^7.0.0", "codecov": "^3.0.0", "eslint": "^5.3.0", "eslint-plugin-import": "^2.8.0", "mocha": "^5.0.0", "nock": "^10.0.0", "npm-publish-git-tag": "^3.0.0", "nyc": "^13.0.0", "proxyquire": "^2.0.0", "semantic-release-gitlab": "^7.0.0", "sinon": "^7.0.0", "sinon-chai": "^3.2.0" }, "readme": "ERROR: No README data found!", "_id": "semantic-release-github-notifier@1.0.0" }