{
  "private": false,
  "name": "@defichain/testcontainers",
  "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-network": "4.0.7",
    "cross-fetch": "^3.1.5",
    "dockerode": "^3.3.5",
    "tar-fs": "^2.1.1",
    "testcontainers": "^9.9.0",
    "uuid": "^9.0.0"
  },
  "peerDependencies": {
    "@types/tar-fs": "^2.0.1",
    "defichain": "^4.0.7"
  },
  "devDependencies": {
    "@types/dockerode": "3.3.16",
    "@types/uuid": "8.3.4"
  }
}
