trufflesuite/truffle

View on GitHub
packages/hdwallet-provider/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/hdwallet-provider",
  "description": "HD Wallet-enabled Web3 provider",
  "license": "MIT",
  "author": "Tim Coulter <tim@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/hdwallet-provider#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/hdwallet-provider"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "2.1.15",
  "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": {
    "@ethereumjs/common": "^2.4.0",
    "@ethereumjs/tx": "^3.3.0",
    "@metamask/eth-sig-util": "4.0.1",
    "@truffle/hdwallet": "^0.1.4",
    "@types/ethereum-protocol": "^1.0.0",
    "@types/web3": "1.0.20",
    "@types/web3-provider-engine": "^14.0.0",
    "ethereum-cryptography": "1.1.2",
    "ethereum-protocol": "^1.0.1",
    "ethereumjs-util": "^7.1.5",
    "web3": "1.10.0",
    "web3-provider-engine": "16.0.3"
  },
  "devDependencies": {
    "@types/bip39": "^2.4.2",
    "@types/ethereumjs-util": "^5.2.0",
    "@types/mocha": "^5.2.7",
    "ganache": "7.9.1",
    "mocha": "10.1.0",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "keywords": [
    "ethereum",
    "hd",
    "mnemonic",
    "provider",
    "wallet"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}