UNPKG

@btr-supply/swap-cli

Version:

Command-line interface for the BTR Swap SDK

47 lines (46 loc) 931 B
{ "name": "@btr-supply/swap-cli", "version": "1.44.0", "type": "module", "main": "./dist/cli.js", "bin": { "swap-cli": "./dist/cli.js", "btr-swap": "./dist/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/btr-supply/btr-swap.git", "directory": "packages/cli" }, "author": "BTR Supply <contact@btr.supply>", "license": "MIT", "description": "Command-line interface for the BTR Swap SDK", "keywords": [ "btr", "swap", "bridge", "cli", "DeFi", "ethereum" ], "scripts": { "start": "bun run ./src/cli.ts" }, "files": [ "dist/", "README.md" ], "dependencies": { "@btr-supply/swap": "1.44.0", "dotenv": "^16.5.0" }, "devDependencies": { "@types/node": "^22.14.0", "@types/bun": "^1.2.9", "tsconfig-paths": "^4.2.0", "typescript": "^5.5.4" }, "publishConfig": { "access": "public" } }