UNPKG

@liquisio/git-cli

Version:

Intelligent GitHub connection tool for Wix Blocks - [re]connect local code to remote with smart conflict detection

55 lines (54 loc) 1.17 kB
{ "name": "@liquisio/git-cli", "version": "0.0.6", "description": "Intelligent GitHub connection tool for Wix Blocks - [re]connect local code to remote with smart conflict detection", "type": "module", "bin": { "lq": "./dist/index.js", "lq-cli": "./dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "node build.js", "prepublishOnly": "npm run build", "dev": "node bin/cli.js", "pack": "rm -f tar/*.tgz && npm pack --pack-destination tar", "test": "echo \"Error: no test specified\" && exit 1", "link": "npm link", "unlink": "npm unlink -g lq-cli", "unlink-all": "./unlink-all.sh" }, "keywords": [ "git", "github", "cli", "connect", "remote", "repository", "wix", "wix-blocks", "reconnect", "conflict-detection", "merge", "sync" ], "author": "Varun Dev <hello@liquis.io>", "license": "MIT", "engines": { "node": ">=18" }, "dependencies": { "chalk": "^5.3.0", "execa": "^8.0.1", "ora": "^8.0.1" }, "publishConfig": { "access": "public" }, "devDependencies": { "esbuild": "^0.25.12" } }