1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/satrong-tagup

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
satrong Отправлено 24.08.2020 13:06 6132b1b
{
"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"
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/satrong-tagup.git
git@api.gitlife.ru:oschina-mirror/satrong-tagup.git
oschina-mirror
satrong-tagup
satrong-tagup
master