UNPKG

@koyofinance/exchange-sdk

Version:
64 lines 1.46 kB
{ "name": "@koyofinance/exchange-sdk", "version": "0.2.0-next.734c451.0", "description": "", "author": "@koyofinance", "license": "GPL-3.0-only", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "@koyofinance/exchange-sdk", "koyo", "koyo-finance", "koyofinance", "sdk", "boba", "ethereum", "bobabeam", "moonbeam", "aurora", "polygon" ], "scripts": { "lint": "eslint src tests --ext ts --fix -c ../../.eslintrc", "build": "tsup && tsc -b src", "prepack": "yarn build", "bump": "cliff-jumper", "check-update": "cliff-jumper --dry-run" }, "files": [ "dist/**/*.js*", "dist/**/*.mjs*", "dist/**/*.d*" ], "exports": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "sideEffects": false, "dependencies": { "@koyofinance/core-sdk": "^0.3.0-next.734c451.0", "tslib": "^2.4.0" }, "devDependencies": { "tsup": "^5.12.7", "typescript": "^4.6.4" }, "engines": { "node": ">=v14.0.0", "npm": ">=7.0.0" }, "homepage": "https://github.com/koyo-finance/sdk/tree/main/packages/exchange-sdk", "repository": { "type": "git", "url": "git+https://github.com/koyo-finance/sdk.git", "directory": "packages/exchange-sdk" }, "bugs": { "url": "https://github.com/koyo-finance/sdk/issues" }, "publishConfig": { "access": "public" } }