{
    "name": "@wharfkit/cli",
    "version": "2.11.0",
    "license": "BSD-3-Clause",
    "homepage": "https://github.com/wharfkit/cli#readme",
    "description": "Command line utilities for Wharf",
    "scripts": {
        "prepare": "make"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "main": "lib/cli.js",
    "module": "lib/cli.m.js",
    "types": "lib/cli.d.ts",
    "sideEffects": false,
    "bin": {
        "wharfkit": "./lib/cli.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/wharfkit/cli.git"
    },
    "bugs": {
        "url": "https://github.com/wharfkit/cli/issues"
    },
    "dependencies": {
        "@wharfkit/antelope": "^1.0.0",
        "@wharfkit/common": "^1.2.4",
        "@wharfkit/contract": "^1.1.4",
        "commander": "^11.0.0",
        "eslint": "^8.48.0",
        "node-fetch": "^2.6.1",
        "prettier": "^2.2.1",
        "typescript": "^4.9.5"
    },
    "resolutions": {
        "@wharfkit/antelope": "^1.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.22.10",
        "@rollup/plugin-alias": "^3.1.4",
        "@rollup/plugin-babel": "^6.0.3",
        "@rollup/plugin-commonjs": "^22.0.0",
        "@rollup/plugin-json": "^6.0.0",
        "@rollup/plugin-node-resolve": "^14.1.0",
        "@rollup/plugin-replace": "^5.0.1",
        "@rollup/plugin-typescript": "^10.0.1",
        "@rollup/plugin-virtual": "^2.0.3",
        "@types/chai": "^4.3.1",
        "@types/mocha": "^9.0.0",
        "@types/node": "^18.7.18",
        "@typescript-eslint/eslint-plugin": "^6.6.0",
        "@typescript-eslint/parser": "^6.6.0",
        "@wharfkit/mock-data": "^1.0.0",
        "chai": "^4.3.4",
        "eslint": "^8.48.0",
        "eslint-config-prettier": "^8.1.0",
        "eslint-plugin-prettier": "^4.0.0",
        "mocha": "^10.0.0",
        "nyc": "^15.1.0",
        "rollup": "^2.70.2",
        "rollup-plugin-cleanup": "^3.2.1",
        "rollup-plugin-dts": "^4.2.1",
        "rollup-plugin-terser": "^7.0.2",
        "sinon": "^15.2.0",
        "ts-node": "^10.9.1",
        "tsconfig-paths": "^4.1.1"
    }
}
