@thorwallet/xchain-ethereum
Version:
Ethereum client for XChainJS
55 lines (54 loc) • 1.41 kB
JSON
{
"name": "@thorwallet/xchain-ethereum",
"version": "0.1.1-lazy.0",
"description": "Ethereum client for XChainJS",
"keywords": [
"XChain",
"Ethereum"
],
"author": "XChainJS",
"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",
"lint": "eslint \"{src,__tests__, __mocks__}/**/*.ts\" --fix --max-warnings 0",
"prepublishOnly": "yarn build"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@thorwallet/xchain-client": "^0.1.1-lazy.0",
"@thorwallet/xchain-crypto": "^0.1.1-lazy.0",
"@thorwallet/xchain-util": "^0.1.1-lazy.0"
},
"dependencies": {
"axios": "^0.21.0",
"ethers": "^5.1.0",
"p-throttle": "^4.1.1",
"react-native-simple-crypto": "^0.2.15"
},
"peerDependencies": {
"@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",
"ethers": "^5.1.0"
},
"gitHead": "0dc4d61a742de600168a09b1c3ca521c590a9432"
}