@whdev/verify-commit
Version:
44 lines (43 loc) • 892 B
JSON
{
"name": "@whdev/verify-commit",
"version": "1.0.0",
"description": "git提交校验",
"main": "index.js",
"type": "module",
"bin": {
"whdev-verify-commit": "bin/index.js"
},
"keywords": [
"git",
"commit",
"message",
"commit-message",
"verify-commit",
"commit-msg"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"files": [
"bin",
"index.js"
],
"homepage": "https://github.com/WenHaoHub/code-dev#readme",
"bugs": {
"url": "https://github.com/WenHaoHub/code-dev/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WenHaoHub/code-dev.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "wh",
"license": "ISC",
"dependencies": {
"picocolors": "^1.0.0",
"terminal-link": "^3.0.0"
}
}