UNPKG

@zombienet/orchestrator

Version:

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

69 lines (68 loc) 1.98 kB
{ "name": "@zombienet/orchestrator", "version": "0.0.114", "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", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/paritytech/zombienet.git" }, "engines": { "node": ">=18" }, "scripts": { "clean": "rm -rf ./dist/*", "build": "tsc && npm run copy:podman", "copy:podman": "cp -r src/providers/podman/resources/configs dist/providers/podman/resources", "lint": "npx prettier --check ./src", "lint:write": "npx prettier --write ./src", "test": "echo \"Error: no test specified\"" }, "keywords": [ "testing", "framework", "substrate", "zombienet", "cli", "tool" ], "author": "Parity Technologies <admin@parity.io>", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/paritytech/zombienet/issues" }, "dependencies": { "@polkadot/api": "^14.0.1", "@polkadot/keyring": "^13.1.1", "@polkadot/util-crypto": "^13.5.7", "@zombienet/utils": "^0.0.30", "chai": "^4.3.10", "debug": "^4.4.3", "execa": "^5.1.1", "fs-extra": "^11.2.0", "jsdom": "^23.2.0", "json-bigint": "^1.0.0", "JSONStream": "^1.3.5", "libp2p-crypto": "^0.21.2", "minimatch": "^9.0.4", "mocha": "^10.4.0", "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0", "tmp-promise": "^3.0.3", "typescript": "^5.3.3", "yaml": "^2.4.1" }, "devDependencies": { "@types/chai": "^4.3.11", "@types/fs-extra": "^11.0.4", "@types/jsdom": "^21.1.6", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.6" }, "homepage": "https://github.com/paritytech/zombienet#readme" }