gitivity
Version:
A dumb utility to help you mirror your GitLab and GitHub contributions.
52 lines (51 loc) • 1.11 kB
JSON
{
"name": "gitivity",
"version": "1.2.0",
"description": "A dumb utility to help you mirror your GitLab and GitHub contributions.",
"author": {
"name": "Isaac Whitfield",
"email": "iw@whitfin.io"
},
"repository": {
"type": "git",
"url": "http://github.com/whitfin/gitivity.git"
},
"bugs": {
"email": "iw@whitfin.io",
"url": "http://github.com/whitfin/gitivity/issues"
},
"type": "module",
"license": "MIT",
"readmeFilename": "README.md",
"preferGlobal": true,
"keywords": [
"github",
"gitlab",
"activity",
"contributions"
],
"bin": {
"gitivity": "bin/gitivity"
},
"scripts": {
"format": "prettier --write bin/* src/**/*",
"lint": "prettier --check bin/* src/**/*"
},
"dependencies": {
"@gitbeaker/rest": "^42.2.0",
"@octokit/rest": "^21.1.1",
"mkdirp": "^3.0.1",
"moment": "^2.30.1",
"simple-git": "^3.27.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"prettier": "^3.5.3"
},
"prettier": {
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"semi": true
}
}