@xccjh/check-commit
Version:
检查代码是否提交入库,用来选择终止脚本继续运行
28 lines (27 loc) • 573 B
JSON
{
"name": "@xccjh/check-commit",
"version": "1.0.2",
"description": "检查代码是否提交入库,用来选择终止脚本继续运行",
"main": "index.js",
"module": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"检查代码入库",
"check/commit",
"xccjh",
"开源",
"node",
"npm"
],
"repository": {
"type": "git",
"url": "https://gitee.com/xccjh/check-commit.git"
},
"engines": {
"node": ">=10.15.0"
},
"author": "邹家和",
"license": "ISC"
}