{
    "name": "@arkecosystem/core-tester-cli",
    "version": "2.7.26",
    "description": "Tester CLI for ARK Core",
    "license": "MIT",
    "contributors": [
        "Brian Faust <brian@ark.io>",
        "Alex Barnsley <alex@ark.io>"
    ],
    "files": [
        "/bin",
        "/dist",
        "/oclif.manifest.json"
    ],
    "main": "dist/index",
    "bin": {
        "tester": "./bin/run"
    },
    "scripts": {
        "build": "yarn clean && yarn compile",
        "build:watch": "yarn clean && yarn compile -w",
        "clean": "del dist",
        "compile": "../../node_modules/typescript/bin/tsc",
        "prepack": "../../node_modules/.bin/oclif-dev manifest && npm shrinkwrap",
        "postpack": "rm -f oclif.manifest.json",
        "prepublishOnly": "yarn build",
        "pretest": "bash ../../scripts/pre-test.sh",
        "tester": "./bin/run"
    },
    "dependencies": {
        "@arkecosystem/core-forger": "^2.7.26",
        "@arkecosystem/core-utils": "^2.7.26",
        "@arkecosystem/crypto": "^2.7.26",
        "@oclif/command": "^1.5.16",
        "@oclif/config": "^1.13.2",
        "@oclif/plugin-help": "^2.2.0",
        "@oclif/plugin-not-found": "^1.2.2",
        "bip39": "^3.0.2",
        "clipboardy": "^2.1.0",
        "delay": "^4.3.0",
        "lodash.chunk": "^4.2.0",
        "pino": "^5.12.6",
        "pino-pretty": "^3.2.0",
        "pluralize": "^8.0.0"
    },
    "devDependencies": {
        "@types/bip39": "^2.4.2",
        "@types/clipboardy": "^2.0.1",
        "@types/lodash.chunk": "^4.2.6",
        "@types/pino": "^5.20.0",
        "@types/pluralize": "^0.0.29"
    },
    "engines": {
        "node": ">=10.x"
    },
    "publishConfig": {
        "access": "public"
    },
    "oclif": {
        "commands": "./dist/commands",
        "bin": "ark-tester",
        "topics": {
            "debug": {
                "description": "debug blocks and transactions"
            },
            "send": {
                "description": "send transactions of various types"
            },
            "make": {
                "description": "make new identities"
            }
        },
        "plugins": [
            "@oclif/plugin-help",
            "@oclif/plugin-not-found"
        ]
    }
}
