{
  "name": "bip32-ed25519",
  "version": "0.0.6",
  "main": "index.js",
  "scripts": {},
  "dependencies": {
    "bn.js": "^5.2.3",
    "elliptic": "^6.6.1",
    "hash.js": "^1.1.7",
    "pbkdf2": "^3.1.5"
  },
  "devDependencies": {
    "bip39": "^3.1.0",
    "mocha": "^10.3.0",
    "should": "^11.2.1"
  },
  "cnpm": {
    "mode": "npm"
  },
  "description": "",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wallet-io/bip32-ed25519.git"
  },
  "keywords": [
    "bip32",
    "ed25519",
    "hd",
    "key"
  ],
  "author": "xiaov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wallet-io/bip32-ed25519/issues"
  },
  "homepage": "https://github.com/wallet-io/bip32-ed25519#readme"
}
