{
  "name": "@cleanunicorn/mythos",
  "description": "A CLI client for MythX",
  "version": "0.13.0",
  "author": "Daniel Luca @cleanunicorn",
  "bin": {
    "mythos": "./bin/run"
  },
  "bugs": {
    "url": "https://github.com/cleanunicorn/mythos/issues"
  },
  "dependencies": {
    "@oclif/command": "^1.5.13",
    "@oclif/config": "^1.12.11",
    "@oclif/plugin-help": "^2.1.6",
    "@types/request-promise": "^4.1.43",
    "armlet": "^2.7.0",
    "cli-ux": "^5.2.1",
    "eslint-utils": "1.4.2",
    "globby": "^8.0.2",
    "remix-lib": "^0.4.30",
    "request-promise": "^4.2.4",
    "solc": "^0.6.10",
    "solidity-parser-antlr": "^0.4.2",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.22.0",
    "@oclif/test": "^1.2.4",
    "@oclif/tslint": "^3.1.1",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@types/node": "^10.14.5",
    "chai": "^4.2.0",
    "eslint": "^5.15.3",
    "mocha": "^6.1.4",
    "nyc": "^13.3.0",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/cleanunicorn/mythos",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "mythos",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cleanunicorn/mythos.git"
  },
  "scripts": {
    "pretest": "tsc --skipLibCheck test/**.test.ts",
    "test": "mocha test/*.ts --no-timeouts",
    "posttest": "tslint -p test -t stylish",
    "prepack": "rm -rf lib && tsc --skipLibCheck && cp src/scanner.js lib/ && oclif-dev manifest && oclif-dev readme",
    "postpack": "rm -f oclif.manifest.json",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts",
  "directories": {
    "test": "test"
  }
}
