UNPKG

git-timetraveler

Version:

Create GitHub repositories with backdated commits to show early years in your profile

59 lines (58 loc) 1.53 kB
{ "name": "git-timetraveler", "version": "1.1.2", "description": "Create GitHub repositories with backdated commits to show early years in your profile", "keywords": [ "git", "github", "cli", "time-travel", "profile", "rust" ], "homepage": "https://github.com/chama-x/Git-Timetraveler#readme", "repository": { "type": "git", "url": "git+https://github.com/chama-x/Git-Timetraveler.git" }, "license": "MIT", "author": "chama-x <chama-x@users.noreply.github.com>", "bin": { "git-timetraveler": "./bin/git-timetraveler" }, "files": [ "bin/", "binary/", "install.js", "README.md" ], "scripts": { "postinstall": "node install.js", "test": "node bin/git-timetraveler --help", "build": "cargo build --release", "build-all": "npm run build-linux && npm run build-macos && npm run build-windows", "build-linux": "cargo build --release --target x86_64-unknown-linux-gnu", "build-macos": "cargo build --release --target x86_64-apple-darwin", "build-macos-arm": "cargo build --release --target aarch64-apple-darwin", "build-windows": "cargo build --release --target x86_64-pc-windows-msvc", "package": "npm run build && npm pack" }, "engines": { "node": ">=14" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "bugs": { "url": "https://github.com/chama-x/Git-Timetraveler/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }