{
    "name": "@arkecosystem/core-test-framework",
    "version": "3.12.0",
    "description": "Test Framework for ARK Core",
    "license": "MIT",
    "contributors": [
        "Brian Faust <brian@ark.io>",
        "Erwann Gentric <erwann@ark.io>",
        "Joshua Noack <joshua@ark.io>"
    ],
    "files": [
        "dist"
    ],
    "main": "dist/index",
    "scripts": {
        "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": "3.12.0",
        "@arkecosystem/core-api": "3.12.0",
        "@arkecosystem/core-blockchain": "3.12.0",
        "@arkecosystem/core-cli": "3.12.0",
        "@arkecosystem/core-database": "3.12.0",
        "@arkecosystem/core-forger": "3.12.0",
        "@arkecosystem/core-kernel": "3.12.0",
        "@arkecosystem/core-magistrate-crypto": "3.12.0",
        "@arkecosystem/core-p2p": "3.12.0",
        "@arkecosystem/core-state": "3.12.0",
        "@arkecosystem/crypto": "3.12.0",
        "bip39": "3.0.4",
        "bs58": "4.0.1",
        "bytebuffer": "5.0.1",
        "chance": "1.1.11",
        "env-paths": "2.2.0",
        "fast-memoize": "2.5.2",
        "fs-extra": "8.1.0",
        "got": "11.8.5",
        "jest-extended": "0.11.5",
        "lodash.clonedeep": "4.5.0",
        "tmp": "0.2.1",
        "xstate": "4.23.4"
    },
    "devDependencies": {
        "@types/got": "9.6.12"
    },
    "engines": {
        "node": ">=10.x"
    },
    "publishConfig": {
        "access": "public"
    }
}
