@thorwallet/xchain-polkadot
Version:
Custom Polkadot client and utilities used by XChainJS clients
61 lines (60 loc) • 1.67 kB
JSON
{
"name": "@thorwallet/xchain-polkadot",
"version": "0.1.1-lazy.0",
"description": "Custom Polkadot client and utilities used by XChainJS clients",
"keywords": [
"THORChain",
"XChain",
"Polkadot"
],
"author": "THORChain",
"homepage": "https://github.com/xchainjs/xchainjs-lib",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git@github.com:xchainjs/xchainjs-lib.git"
},
"scripts": {
"clean": "rimraf lib/**",
"build": "tsc",
"test": "jest --detectOpenHandles --runInBand --forceExit",
"lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
"prepublishOnly": "yarn build",
"start:example": "ts-node example/index.ts"
},
"devDependencies": {
"@polkadot/api": "^3.1.1",
"@polkadot/util": "^5.1.1",
"@thorwallet/xchain-client": "^0.1.1-lazy.0",
"@thorwallet/xchain-crypto": "^0.1.1-lazy.0",
"@thorwallet/xchain-util": "^0.1.1-lazy.0",
"@types/big.js": "^4.0.5"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^0.21.0",
"jest-websocket-mock": "^2.2.0",
"mock-socket": "9.0.3",
"nock": "^13.0.4"
},
"peerDependencies": {
"@polkadot/api": "^3.1.1",
"@polkadot/util": "^5.1.1",
"@thorwallet/xchain-client": "0.0.1-alpha.869+49db531",
"@thorwallet/xchain-crypto": "0.0.1-alpha.869+49db531",
"@thorwallet/xchain-util": "0.0.1-alpha.869+49db531",
"axios": "^0.21.0"
},
"gitHead": "0dc4d61a742de600168a09b1c3ca521c590a9432"
}