UNPKG

git-veil

Version:

A CLI tool for synchronizing development activities to a personal GitHub repository discreetly and confidentially.

68 lines (67 loc) 1.52 kB
{ "name": "git-veil", "version": "1.0.4", "description": "A CLI tool for synchronizing development activities to a personal GitHub repository discreetly and confidentially.", "main": "dist/cli.js", "bin": { "gitveil": "dist/cli.js" }, "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "ts-node src/cli.ts", "audit:security": "npm audit", "audit:deps": "npm ls --depth=0" }, "keywords": [ "git", "cli", "github", "activity", "commits", "synchronization", "privacy", "anonymous", "contribution-graph", "developer-tools", "git-history", "code-privacy", "commit-mirroring", "github-activity" ], "author": "Nicolas Tardieu", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tardieunicolas/gitveil.git" }, "bugs": { "url": "https://github.com/tardieunicolas/gitveil/issues" }, "homepage": "https://github.com/tardieunicolas/gitveil#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "commander": "^9.0.0", "qrcode": "^1.5.4" }, "devDependencies": { "@types/node": "^16.0.0", "@types/qrcode": "^1.5.5", "ts-node": "^10.0.0", "typescript": "^4.5.0" }, "files": [ "dist", "package.json", "README.md", "LICENSE", "SECURITY.md", "AUDIT.md", "TRANSPARENCY.md" ], "publishConfig": { "access": "public" } }