{
    "name": "@arkecosystem/core-cli",
    "version": "3.12.0",
    "description": "Core of the ARK Blockchain",
    "license": "MIT",
    "contributors": [
        "Brian Faust <brian@ark.io>"
    ],
    "files": [
        "/dist"
    ],
    "main": "dist/index",
    "types": "dist/index",
    "scripts": {
        "ark": "node ./bin/run",
        "build": "yarn clean && yarn compile",
        "build:watch": "yarn clean && yarn compile -w",
        "build:docs": "../../node_modules/typedoc/bin/typedoc --out docs src",
        "clean": "rimraf dist",
        "compile": "node ../../node_modules/typescript/bin/tsc",
        "prepublishOnly": "yarn build"
    },
    "dependencies": {
        "@arkecosystem/core-kernel": "3.12.0",
        "@arkecosystem/crypto": "3.12.0",
        "@arkecosystem/utils": "1.3.1",
        "boxen": "4.2.0",
        "cli-table3": "0.6.0",
        "dayjs": "1.11.10",
        "env-paths": "2.2.0",
        "envfile": "5.2.0",
        "execa": "3.4.0",
        "fast-levenshtein": "2.0.6",
        "fs-extra": "8.1.0",
        "glob": "7.1.7",
        "got": "11.8.5",
        "inversify": "5.1.1",
        "joi": "17.12.1",
        "kleur": "4.1.5",
        "latest-version": "5.1.0",
        "listr": "0.14.3",
        "nodejs-tail": "1.1.1",
        "ora": "4.1.1",
        "prompts": "2.4.0",
        "read-last-lines": "1.8.0",
        "reflect-metadata": "0.2.1",
        "semver": "7.5.4",
        "tar": "6.2.0",
        "type-fest": "0.21.3",
        "yargs-parser": "21.1.1"
    },
    "devDependencies": {
        "@types/fast-levenshtein": "0.0.2",
        "@types/fs-extra": "8.1.2",
        "@types/is-ci": "2.0.0",
        "@types/listr": "0.14.4",
        "@types/semver": "7.5.6",
        "@types/yargs-parser": "20.2.1"
    },
    "engines": {
        "node": ">=10.x"
    },
    "publishConfig": {
        "access": "public"
    }
}
