Files
xo-cli/package.json
2026-01-29 07:13:33 +00:00

41 lines
1.0 KiB
JSON

{
"name": "@xo-cash/cli",
"version": "1.0.0",
"main": "dist/index.js",
"type": "module",
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc",
"start": "SYNC_SERVER_URL=https://sync.xo.harvmaster.com node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"crypto",
"wallet",
"cli",
"tui"
],
"author": "General Protocols",
"license": "ISC",
"description": "XO Wallet CLI - Terminal User Interface for XO crypto wallet",
"dependencies": {
"@bitauth/libauth": "^3.0.0",
"@xo-cash/engine": "file:../engine",
"@xo-cash/state": "file:../state",
"@xo-cash/templates": "file:../templates",
"@xo-cash/types": "file:../types",
"clipboardy": "^5.1.0",
"ink": "^5.1.0",
"ink-select-input": "^6.0.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^25.0.10",
"@types/react": "^18.3.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}