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.91 kB
JSON
{
"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/"
],
"homepage": "https://gitlab.com/hyper-expanse/open-source/semantic-release-gitlab-notifier#readme",
"keywords": [
"semantic-release",
"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.0.9",
"dependencies": {
"bluebird": "^3.4.1",
"conventional-commits-parser": "^3.0.0",
"debug": "^3.0.0",
"get-pkg-repo": "^2.0.0",
"gl-got": "^8.0.0",
"lodash": "^4.13.1",
"semver": "^5.3.0",
"stream-array": "^1.1.2",
"through2": "^2.0.1"
},
"devDependencies": {
"@hbetts/eslint-config": "^1.0.1",
"@hbetts/nyc-config": "^1.0.2",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"codecov": "^3.0.0",
"eslint": "^5.0.0",
"mocha": "^5.0.0",
"nock": "^9.0.2",
"npm-publish-git-tag": "^1.0.9",
"nyc": "^12.0.0",
"proxyquire": "^2.0.0",
"semantic-release-gitlab": "^7.0.0",
"sinon": "^6.0.0",
"sinon-chai": "^3.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "semantic-release-gitlab-notifier@1.0.0"
}