{
  "private": false,
  "name": "@defichain/jellyfish-crypto",
  "version": "4.0.7",
  "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.",
  "repository": "BirthdayResearch/jellyfishsdk",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -b ./tsconfig.build.json"
  },
  "dependencies": {
    "bech32": "^2.0.0",
    "bip66": "^1.1.5",
    "browserify-aes": "^1.2.0",
    "bs58": "^4.0.1",
    "create-hash": "^1.2.0",
    "keccak": "^3.0.3",
    "randombytes": "^2.1.0",
    "tiny-secp256k1": "^1.1.6",
    "wif": "^2.0.6"
  },
  "peerDependencies": {
    "defichain": "^4.0.7"
  },
  "devDependencies": {
    "@types/bech32": "1.1.4",
    "@types/bs58": "4.0.1",
    "@types/create-hash": "1.2.2",
    "@types/keccak": "^3.0.1",
    "@types/randombytes": "2.0.0",
    "@types/tiny-secp256k1": "1.0.0",
    "@types/wif": "2.0.2"
  }
}
