UNPKG

@bifrost-finance/api

Version:
42 lines (41 loc) 996 B
{ "name": "@bifrost-finance/api", "version": "1.11.9", "description": "Promise and RxJS wrappers around the Bifrost JS RPC", "main": "index.js", "keywords": [ "Polkadot", "Bifrost", "RxJs" ], "author": "Edwin Wang <lark930@gmail.com>", "maintainers": [ "Edwin Wang <lark930@gmail.com>" ], "contributors": [], "license": "Apache-2.0", "scripts": { "build": "tsc --build tsconfig.json" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/bifrost-finance/bifrost.js.git" }, "bugs": { "url": "https://github.com/bifrost-finance/bifrost.js/issues" }, "homepage": "https://github.com/bifrost-finance/bifrost.js/tree/master/packages/api#readme", "dependencies": { "@bifrost-finance/types": "^1.11.9" }, "devDependencies": { "typescript": "^5.0.4" }, "peerDependencies": { "@polkadot/api": "^10.7.3" } }