caravan-x
Version:
A terminal-based utility for managing Caravan multisig wallets in regtest mode. This tool simplifies development and testing with Caravan by providing an easy-to-use interface
109 lines (108 loc) • 2.83 kB
JSON
{
"name": "caravan-x",
"version": "1.0.0",
"description": "A terminal-based utility for managing Caravan multisig wallets in regtest mode. This tool simplifies development and testing with Caravan by providing an easy-to-use interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"caravan-x": "./dist/cli.js"
},
"scripts": {
"build": "tsc && node scripts/build.js",
"start": "node dist/cli.js",
"dev": "ts-node-dev --respawn src/index.ts",
"lint": "eslint src/**/*.ts",
"test": "jest",
"prepublishOnly": "npm run build",
"postinstall": "echo 'Thank you for installing Caravan-X! Run caravan-x to get started.'"
},
"engines": {
"node": ">=v22.14.0",
"npm": ">=10.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Legend101Zz/CaravanX.git"
},
"keywords": [
"bitcoin",
"regtest",
"multisig",
"psbt",
"caravan",
"bitcoin-core",
"wallet",
"blockchain",
"btc",
"cli",
"crypto",
"developer-tools",
"testing",
"psbt-signing",
"utxo",
"xpub",
"transactions",
"mining",
"script",
"automation"
],
"author": "Mrigesh Thakur",
"license": "MIT",
"bugs": {
"url": "https://github.com/Legend101Zz/CaravanX/issues"
},
"homepage": "https://github.com/Legend101Zz/CaravanX#readme",
"dependencies": {
"@caravan/clients": "^0.4.0",
"@inquirer/prompts": "^7.4.1",
"ansi-escapes": "^7.0.0",
"axios": "^1.8.4",
"bip32": "^5.0.0-rc.0",
"bitcoinjs-lib": "^6.1.7",
"boxen": "^8.0.1",
"canvas": "^3.1.0",
"chalk": "^5.4.1",
"chart.js": "^4.4.9",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.5",
"clipboardy": "^4.0.0",
"commander": "^13.1.0",
"d3": "^7.9.0",
"ecpair": "^3.0.0",
"express": "^5.1.0",
"figlet": "^1.8.0",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",
"gsap": "^3.12.7",
"open": "^10.1.1",
"ora": "^8.2.0",
"pixi.js": "^8.9.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"string-width": "^7.2.0",
"tailwindcss": "^4.1.4",
"terminal-link": "^4.0.0",
"three.js": "^0.77.1",
"tiny-secp256k1": "^2.2.3",
"vis-network": "^9.1.9",
"vm2": "^3.9.19"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/figlet": "^1.7.0",
"@types/fs-extra": "^11.0.4",
"@types/howler": "^2.2.12",
"@types/jest": "^29.5.14",
"@types/node": "^22.14.0",
"@types/pixi.js": "^4.8.9",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"eslint": "^9.23.0",
"gsap-typings": "^1.0.4",
"jest": "^29.7.0",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.2"
}
}