@auto-canary/conventional-commits
Version:
Conventional commit plugin for auto
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "@auto-canary/conventional-commits",
"version": "8.1.0-canary.789.10408.0",
"main": "dist/index.js",
"description": "Conventional commit plugin for auto",
"author": {
"name": "Andrew Lisowski",
"email": "lisowski54@gmail.com"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/intuit/auto"
},
"files": [
"dist"
],
"keywords": [
"automation",
"semantic",
"release",
"github",
"labels",
"automated",
"continuos integration",
"changelog",
"conventional commits"
],
"scripts": {
"build": "tsc -b",
"start": "npm run build -- -w",
"lint": "eslint src --ext .ts",
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "link:../../packages/core",
"parse-commit-message": "4.0.0",
"tslib": "1.10.0"
},
"gitHead": "caa303e6793fc93ae04e8f047d976c65ea3d6b66"
}