@bifrost-finance/types
Version:
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "@bifrost-finance/types",
"version": "1.11.9",
"description": "Bifrost JS types",
"keywords": [
"Polkadot",
"Bifrost",
"JsonRPC"
],
"author": "Edwin Wang <lark930@gmail.com>",
"maintainers": [
"Edwin Wang <lark930@gmail.com>"
],
"contributors": [],
"license": "Apache-2.0",
"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/types#readme",
"scripts": {
"build": "tsc --build tsconfig.json"
},
"dependencies": {
"@open-web3/orml-types": "^2.0.1"
},
"peerDependencies": {
"@polkadot/api": "^10.7.3"
},
"devDependencies": {
"@bifrost-finance/type-definitions": "^1.11.9",
"@types/websocket": "^1.0.5",
"typescript": "^5.0.4",
"websocket": "^1.0.34"
}
}