{
    "name": "0x-relayer-cat",
    "version": "0.0.11",
    "author": "Jacob Evans @dekz",
    "bin": {
        "0x-relayer-cat": "./bin/run"
    },
    "bugs": "https://github.com/dekz/0x-relayer-cat/issues",
    "dependencies": {
        "@0x/connect": "^5.0.10",
        "@0x/types": "^2.2.2",
        "@oclif/command": "^1.5.12",
        "@oclif/config": "^1.12.12",
        "@oclif/plugin-help": "^2",
        "cli-table": "^0.3.1",
        "debug": "^4.1.1",
        "dekz-mesh-rpc-client": "^0.0.2",
        "lodash": "^4.17.11",
        "ora": "^3.4.0",
        "tslib": "^1",
        "web3-providers": "^1.0.0-beta.55"
    },
    "devDependencies": {
        "@0x/tslint-config": "^3.0.1",
        "@oclif/dev-cli": "^1.22.0",
        "@oclif/test": "^1.2.4",
        "@oclif/tslint": "^3",
        "@types/chai": "^4",
        "@types/mocha": "^5.2.6",
        "@types/node": "^11.13.4",
        "chai": "^4",
        "ethereum-protocol": "^1.0.1",
        "ethereum-types": "^2.1.2",
        "globby": "^9.2.0",
        "mocha": "^6.1.3",
        "nyc": "^13.3.0",
        "parcel": "^1.12.3",
        "parcel-plugin-zip": "^1.0.6",
        "ts-node": "^8.0.3",
        "tslint": "^5.15.0",
        "typescript": "^3.4.3"
    },
    "engines": {
        "node": ">=8.0.0"
    },
    "files": [
        "/bin",
        "/lib",
        "/npm-shrinkwrap.json",
        "/oclif.manifest.json"
    ],
    "homepage": "https://github.com/dekz/0x-relayer-cat",
    "keywords": [
        "oclif"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "oclif": {
        "commands": "./lib/commands",
        "bin": "0x-relayer-cat",
        "plugins": [
            "@oclif/plugin-help"
        ]
    },
    "repository": "dekz/0x-relayer-cat",
    "scripts": {
        "postpack": "rm -f oclif.manifest.json",
        "posttest": "tslint -p test -t stylish",
        "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
        "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
        "build": "tsc -b",
        "version": "oclif-dev readme && git add README.md"
    },
    "types": "lib/index.d.ts"
}
