eths-git
Version:
**eths-git-remote** is a decentralized Git solution designed to manage repositories on-chain. It provides two main components:
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "eths-git",
"version": "0.1.1-beta",
"type": "module",
"bin": {
"git-remote-eths": "./dist/helper/index.js",
"eths": "./dist/cli/index.js"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist"
},
"engines": {
"node": ">=18"
},
"files": [
"dist"
],
"keywords": [
"git",
"remote",
"ethereum",
"ethstorage",
"git-remote"
],
"author": "EthStorage",
"license": "MIT",
"dependencies": {
"@types/readline-sync": "^1.4.8",
"@types/url-parse": "^1.4.11",
"chalk": "^5.6.2",
"commander": "^14.0.2",
"dotenv": "^17.2.3",
"ethers": "^6.12.0",
"ethstorage-sdk": "^4.1.6",
"keytar": "^7.9.0",
"p-limit": "^7.2.0",
"readline-sync": "^1.4.10",
"rxjs": "^7.8.2",
"rxjs-async-map": "^0.3.0-preview.0",
"rxjs-stream": "^5.0.0",
"superpathjoin": "^2.0.1",
"url-parse": "^1.5.10",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/node": "^24.9.1",
"typescript": "^5.9.3"
}
}