UNPKG

parity-hdwallet-provider

Version:
55 lines (54 loc) 1.6 kB
{ "name": "parity-hdwallet-provider", "description": "HD Wallet-enabled Web3 provider for parity", "license": "MIT", "author": "Tim Coulter <tim@trufflesuite.com>", "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/hdwallet-provider#readme", "repository": "https://github.com/trufflesuite/truffle/tree/master/packages/hdwallet-provider", "bugs": { "url": "https://github.com/trufflesuite/truffle/issues" }, "version": "1.3.0-fork.2+signTyped", "main": "dist/index.js", "scripts": { "build": "tsc", "prepare": "yarn build", "test": "yarn build && mocha --exit -r ts-node/register test/**/*.test.ts" }, "types": "dist/index.d.ts", "dependencies": { "@trufflesuite/web3-provider-engine": "15.0.13-1", "@types/eth-sig-util": "^2.1.0", "any-promise": "^1.3.0", "bindings": "^1.5.0", "eth-sig-util": "^3.0.1", "ethereum-cryptography": "^0.1.3", "ethereum-protocol": "^1.0.1", "ethereumjs-tx": "^2.1.2", "ethereumjs-util": "^6.1.0", "ethereumjs-wallet": "^1.0.1" }, "devDependencies": { "@types/bip39": "^2.4.2", "@types/ethereum-protocol": "^1.0.0", "@types/ethereumjs-tx": "^1.0.1", "@types/ethereumjs-util": "^5.2.0", "@types/mocha": "^5.2.7", "@types/web3": "^1.0.20", "@types/web3-provider-engine": "^14.0.0", "ganache-core": "2.13.0", "mocha": "8.1.2", "ts-node": "^9.0.0", "typescript": "^4.1.4" }, "keywords": [ "etheruem", "hd", "mnemonic", "provider", "wallet" ], "publishConfig": { "access": "public" } }