{
    "name": "0x-debug",
    "version": "1.0.3",
    "author": "Jacob Evans @dekz",
    "bin": {
        "0x-debug": "./bin/run"
    },
    "bugs": "https://github.com/0xproject/0x-debug/issues",
    "dependencies": {
        "@0x/contract-wrappers": "^13.0.0",
        "@0x/mesh-rpc-client": "^7.1.0-beta-0xv3",
        "@0x/order-utils": "^9.0.0",
        "@0x/subproviders": "^6.0.0",
        "@0x/utils": "^5.0.0",
        "@0x/web3-wrapper": "^7.0.0",
        "@oclif/command": "^1",
        "@oclif/config": "^1",
        "@oclif/plugin-help": "^2",
        "cli-table": "^0.3.1",
        "cli-ux": "^5.3.3",
        "conf": "^6.2.0",
        "inquirer": "^7.0.0",
        "lodash": "^4.17.11",
        "node-webcrypto-ossl": "^1.0.48",
        "tslib": "^1",
        "walletconnect-node": "^0.0.1",
        "web3-provider-engine": "^15.0.0"
    },
    "devDependencies": {
        "@0x/tslint-config": "^4.0.0",
        "@0x/types": "^3.0.0",
        "@oclif/dev-cli": "^1",
        "@oclif/test": "^1",
        "@oclif/tslint": "^3",
        "@types/chai": "^4",
        "@types/inquirer": "^6.5.0",
        "@types/mocha": "^5",
        "@types/node": "^10",
        "chai": "^4",
        "ethereum-protocol": "^1.0.1",
        "ethereum-types": "^3.0.0",
        "globby": "^8",
        "mocha": "^5",
        "nyc": "^13",
        "parcel": "^1.11.0",
        "parcel-plugin-zip": "^1.0.6",
        "ts-node": "^8",
        "tslint": "^5",
        "typescript": "^3.5"
    },
    "engines": {
        "node": ">=8.0.0"
    },
    "files": [
        "/bin",
        "/lib",
        "/npm-shrinkwrap.json",
        "/oclif.manifest.json"
    ],
    "homepage": "https://github.com/0xproject/0x-debug",
    "keywords": [
        "oclif"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "oclif": {
        "commands": "./lib/commands",
        "bin": "0x-debug",
        "plugins": [
            "@oclif/plugin-help"
        ]
    },
    "repository": "dekz/0x-debug",
    "scripts": {
        "build:lambda": "yarn parcel build functions/explain/index.ts --target=node --global handle -o index.js --bundle-node-modules --no-source-maps",
        "deploy:lambda": "apex deploy explain --zip dist.zip",
        "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\"",
        "version": "oclif-dev readme && git add README.md"
    },
    "types": "lib/index.d.ts"
}
