{
  "private": false,
  "name": "@defichain/jellyfish-testing",
  "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": {
    "@defichain/jellyfish-api-jsonrpc": "4.0.7",
    "@defichain/jellyfish-crypto": "4.0.7",
    "@defichain/jellyfish-network": "4.0.7",
    "@defichain/testcontainers": "4.0.7",
    "cross-fetch": "^3.1.5"
  },
  "peerDependencies": {
    "defichain": "^4.0.7"
  }
}
