tranz-commit-icafe-close
Version:
根据 commit message 自动关闭 icafe 卡片
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "tranz-commit-icafe-close",
"version": "2.0.2",
"description": "根据 commit message 自动关闭 icafe 卡片",
"keywords": [
"tranz",
"baidu",
"icafe",
"commit-message"
],
"author": "imcuttle <moyuyc95@gmail.com>",
"homepage": "http://gitlab.baidu.com/be-fe/tranz-processors",
"license": "MIT",
"main": "lib/tranz-commit-icafe-close.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "ssh://g@gitlab.baidu.com:8022/be-fe/tranz-processors.git"
},
"scripts": {
"test": "npx jest",
"prepublish": "npm test"
},
"dependencies": {
"conventional-changelog-befe": "^2.0.5",
"conventional-commits-parser": "^3.0.0",
"icafe-api": "^1.2.3",
"is-plain-obj": "^1.1.0",
"normalize-icafe-pkg": "^1.0.6",
"read-pkg-up": "^4.0.0"
},
"devDependencies": {
"jest": "^23.6.0",
"tranz": "^0.4.2"
},
"gitHead": "5576f019a99fe8545f1beaceada2c6eb1cb1b14e"
}