{
  "name": "@zombienet/cli",
  "version": "1.3.133",
  "description": "ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rm -rf ./dist/*",
    "build": "tsc",
    "lint": "npx prettier --check ./src",
    "lint:write": "npx prettier --write ./src",
    "test": "echo \"Error: no test specified\"",
    "package": "pkg . -o ../../bins/zombienet",
    "package:linux:x64": "pkg . -o ../../bins/zombienet-linux-x64 -t node18-linux-x64",
    "package:linux:arm64": "pkg . -o ../../bins/zombienet-linux-arm64 -t node18-linux-arm64",
    "package:macos:x64": "pkg . -o ../../bins/zombienet-macos-x64 -t node18-macos-x64",
    "package:macos:arm64": "pkg . -o ../../bins/zombienet-macos-arm64 -t node18-macos-arm64"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paritytech/zombienet.git"
  },
  "pkg": {
    "assets": [
      "../../node_modules/@polkadot/**/*",
      "../../node_modules/@babel/**/*",
      "../orchestrator/static-configs/*",
      "../orchestrator/dist/providers/podman/resources/configs/*",
      "../orchestrator/dist/test-runner/testReporter*",
      "../orchestrator/zombie-wrapper.sh",
      "../../../scripts/*"
    ],
    "targets": [
      "node18-macos-x64",
      "node18-macos-arm64",
      "node18-linux-x64",
      "node18-linux-arm64"
    ]
  },
  "bin": {
    "zombienet": "./dist/cli.js"
  },
  "keywords": [
    "testing",
    "framework",
    "substrate",
    "zombienet",
    "cli",
    "tool"
  ],
  "engines": {
    "node": ">=18"
  },
  "author": "Parity Technologies <admin@parity.io>",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/paritytech/zombienet/issues"
  },
  "dependencies": {
    "@zombienet/dsl-parser-wrapper": "^0.1.11",
    "@zombienet/orchestrator": "^0.0.110",
    "@zombienet/utils": "^0.0.29",
    "cli-progress": "^3.12.0",
    "commander": "^11.1.0",
    "debug": "^4.3.4",
    "nunjucks": "^3.2.4",
    "typescript": "^5.3.3"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.5",
    "@types/nunjucks": "^3.2.6",
    "pkg": "~5.8.1"
  },
  "homepage": "https://github.com/paritytech/zombienet#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
