UNPKG

commitlint-gitlab-ci

Version:

A small helper utility for using commitlint inside a Gitlab CI file.

37 lines (36 loc) 1.08 kB
{ "name": "commitlint-gitlab-ci", "version": "0.0.4", "description": "A small helper utility for using commitlint inside a Gitlab CI file.", "homepage": "https://gitlab.com/dmoonfire/commitlint-gitlab-ci#README", "bugs": { "url": "https://gitlab.com/dmoonfire/commitlint-gitlab-ci/issues" }, "repository": { "type": "git", "url": "https://gitlab.com/dmoonfire/commitlint-gitlab-ci.git" }, "author": { "name": "Dylan R. E. Moonfire", "email": "d.moonfire@mfgames.com", "url": "https://mfgames.com/" }, "license": "MIT", "private": false, "bin": { "commitlint-gitlab-ci": "./bin/commitlint-gitlab-ci.sh" }, "dependencies": { "@commitlint/cli": "^13.1.0" }, "devDependencies": { "@commitlint/config-conventional": "^13.1.0", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/gitlab": "^6.2.1", "@semantic-release/npm": "^7.1.3", "@semantic-release/release-notes-generator": "^9.0.3", "husky": "^7.0.1", "semantic-release": "^17.4.4" } }