UNPKG

semantic-release-gitlab-notifier

Version:

semantic-release-gitlab plugin that notifies GitLab issues and pull requests of a related package release.

66 lines (65 loc) 1.95 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-gitlab-notifier/issues" }, "description": "semantic-release-gitlab plugin that notifies GitLab 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-gitlab-notifier#readme", "keywords": [ "gitlab", "notice" ], "license": "Apache-2.0", "main": "src/index.js", "name": "semantic-release-gitlab-notifier", "repository": { "type": "git", "url": "https://gitlab.com/hyper-expanse/open-source/semantic-release-gitlab-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": "8.1.2", "dependencies": { "bluebird": "^3.4.1", "conventional-commits-parser": "^3.0.0", "debug": "^4.0.0", "get-pkg-repo": "^4.0.2", "gl-got": "^8.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", "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.0.0" }, "readme": "ERROR: No README data found!", "_id": "semantic-release-gitlab-notifier@1.0.0" }