You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Command-line client for on-chain Git on Solana. Talks to @iqlabs-official/git-sdk to commit, push, clone, and browse repos stored entirely on chain.",
"keywords": [
"solana",
"git",
"on-chain",
"iqlabs",
"iq-git",
"cli"
],
"type": "module",
"license": "Apache-2.0",
"bin": {
"iqgit": "dist/cli.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"start": "node ./dist/cli.js",
"prepublishOnly": "npm run typecheck && npm run build",