1 Star 1 Fork 0

禾惠 / tagup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
禾惠 提交于 2020-08-24 18:06 . v2.1.3
{
"name": "tagup",
"version": "2.1.3",
"description": "Auto update files when git tag.",
"main": "lib/index.js",
"bin": {
"tagup": "bin/tagup.js"
},
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon test/index.ts",
"build": "rimraf ./lib && tsc",
"lint": "eslint src --ext .ts",
"pretest": "npm run build",
"test": "cross-env NODE_ENV=test node test/index.js"
},
"engines": {
"node": ">=8"
},
"author": "Satrong <satrong@163.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/satrong/tagup.git"
},
"keywords": [
"git pull",
"git tag",
"auto pull"
],
"bugs": {
"url": "https://github.com/satrong/tagup/issues"
},
"homepage": "https://github.com/satrong/tagup#readme",
"license": "ISC",
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/commander": "^2.12.2",
"@types/get-port": "^4.2.0",
"@types/line-reader": "0.0.30",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"cross-env": "^7.0.2",
"eslint": "^7.5.0",
"husky": "^4.2.5",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"address": "^1.1.2",
"chalk": "^4.1.0",
"commander": "^6.0.0",
"get-port": "^5.1.1",
"line-reader": "^0.4.0",
"tslib": "^2.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run build"
}
}
}
NodeJS
1
https://gitee.com/satrong/tagup.git
git@gitee.com:satrong/tagup.git
satrong
tagup
tagup
master

搜索帮助