gh-legacy
Version:
A powerful GitHub CLI tool for automatic repository ownership transfer to trusted beneficiaries after periods of inactivity
70 lines (69 loc) • 1.6 kB
JSON
{
"name": "gh-legacy",
"version": "1.1.0",
"description": "A powerful GitHub CLI tool for automatic repository ownership transfer to trusted beneficiaries after periods of inactivity",
"main": "bin/gh-legacy.js",
"bin": {
"gh-legacy": "./bin/gh-legacy.js"
},
"scripts": {
"start": "node bin/gh-legacy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"legacy",
"cli",
"transfer",
"automation",
"repository",
"ownership",
"succession",
"inheritance",
"github-api",
"octokit",
"security",
"encryption"
],
"author": {
"name": "Ezekiel Jeremiah",
"email": "support@gh-legacy.com",
"url": "https://x.com/dtechoracle"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dtechoracle/gh-legacy.git",
"directory": "."
},
"bugs": {
"url": "https://github.com/dtechoracle/gh-legacy/issues"
},
"homepage": "https://github.com/dtechoracle/gh-legacy#readme",
"engines": {
"node": ">=14.0.0"
},
"type": "commonjs",
"files": [
"bin",
"commands",
"lib",
"encryptToken.js",
"README.md",
"LICENSE",
"run-auto-trigger.bat"
],
"dependencies": {
"@octokit/rest": "^20.0.0",
"commander": "^10.0.0",
"inquirer": "^9.0.0",
"nodemailer": "^6.9.0",
"dotenv": "^16.0.0"
},
"devDependencies": {},
"peerDependencies": {},
"optionalDependencies": {},
"publishConfig": {
"access": "public"
}
}