{
  "name": "mnemonic-converter",
  "version": "1.0.1",
  "description": "",
  "main": "dist/src/mnemonicConverter.js",
  "scripts": {
    "test": "jest"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bip32": "^3.0.1",
    "bip39": "^3.0.4",
    "ethereumjs-util": "^7.1.4",
    "tiny-secp256k1": "^2.2.1"
  },
  "devDependencies": {
    "@types/jest": "^27.5.0",
    "babel-jest": "^28.1.0",
    "jest": "^28.1.0",
    "ts-jest": "^28.0.2",
    "typescript": "^4.6.4"
  }
}
