UNPKG

arbitrage-api-cryptoscan

Version:

Real-time cryptocurrency arbitrage opportunity detection service that monitors price differences across exchanges and networks.

51 lines (50 loc) 1.19 kB
{ "name": "arbitrage-api-cryptoscan", "version": "1.1.0", "description": "Real-time cryptocurrency arbitrage opportunity detection service that monitors price differences across exchanges and networks.", "main": "index.ts", "scripts": { "start": "bun start", "dev": "bun dev", "build": "bun build", "test": "echo \"No test specified\" && exit 1" }, "keywords": [ "arbitrage", "cryptocurrency", "realtime", "websocket", "api", "exchange", "spot", "futures", "network-aware" ], "author": "Cryptoscan Team", "license": "ISC", "homepage": "https://t.me/dan_cryptoscan", "repository": { "type": "git", "url": "https://github.com/cryptoscan-pro/cex-arbitrage-api-public" }, "bugs": { "url": "https://github.com/cryptoscan-pro/cex-arbitrage-api-public/issues" }, "dependencies": { "bignumber.js": "^9.1.0", "dotenv": "^16.3.1", "hono": "^3.1.0" }, "devDependencies": { "typescript": "^5.2.0", "bun-types": "^0.5.0", "nodemon": "^3.0.1" }, "engines": { "bun": ">=0.6.0" }, "funding": { "type": "individual", "url": "https://t.me/dan_cryptoscan" } }