UNPKG

@bloom-trade/finance-connector

Version:

Is a package entended to be used with multiple web3 and web2 providers to interact with blockchains.

42 lines (41 loc) 1.07 kB
{ "name": "@bloom-trade/finance-connector", "version": "0.0.19", "main": "dist/main.js", "module": "dist/main.js", "repository": "https://github.com/Bloom-Finance/bloom-trade.git", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npx ts-node src/main.ts", "start:sandbox": "npx ts-node src/sandbox/test.ts", "build": "npx tsc", "lint": "eslint . --fix" }, "keywords": [ "biz", "positions", "connectors" ], "author": "Bloom Trade", "license": "MIT", "description": "", "devDependencies": { "@bloom-trade/types": "^0.0.19", "@types/node": "^18.7.13", "@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/parser": "^5.35.1", "eslint": "^8.22.0", "typescript": "^4.8.2" }, "dependencies": { "@binance/connector": "^1.13.0", "@circle-fin/circle-sdk": "^1.3.0", "axios": "^0.27.2", "moment": "^2.29.4", "web3": "1.7.4" }, "publishConfig": { "access": "public" }, "gitHead": "e7fb2bc5021b1ac4894cce15167d5902490571f5" }