{
  "name": "@haiku/cli",
  "version": "5.1.1",
  "description": "Haiku CLI",
  "main": "lib/index.js",
  "scripts": {
    "lint": "tslint -p tsconfig.all.json -t stylish",
    "lint-report": "yarn lint -t checkstyle -o checkstyle-result.xml",
    "fix": "yarn lint --fix",
    "ts": "cross-env NODE_ENV=test ts-node -r tsconfig-paths/register -P tsconfig.all.json",
    "test": "yarn ts ./node_modules/.bin/tape 'test/**/*.test.ts' | tap-spec",
    "test-report": "nyc yarn ts ./node_modules/.bin/tape 'test/**/*.test.ts' > test-result.tap",
    "compile": "tsc",
    "develop": "tsc --watch"
  },
  "bin": {
    "haiku": "./bin/haiku"
  },
  "authors": [
    "Zack Brown <zack@haiku.ai>",
    "Matthew Trost <matthew@haiku.ai>"
  ],
  "files": [
    "bin/**/*",
    "lib/**/*",
    "src/**/*"
  ],
  "license": "MIT",
  "dependencies": {
    "@haiku/sdk-client": "5.1.1",
    "@haiku/sdk-inkstone": "5.1.1",
    "async": "^2.5.0",
    "chalk": "^2.4.2",
    "cli-color": "^1.2.0",
    "dedent": "^0.7.0",
    "fs-extra": "^4.0.2",
    "hasbin": "^1.2.3",
    "inquirer": "^3.0.6",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "prepend-file": "^1.3.1",
    "request": "^2.83.0",
    "semver": "^5.4.1",
    "tail": "^1.2.1",
    "yargs": "^6.6.0"
  },
  "devDependencies": {
    "@types/cli-color": "^0.3.29",
    "@types/inquirer": "0.0.32",
    "@types/mkdirp": "^0.3.29",
    "@types/request": "^2.0.0",
    "@types/yargs": "^6.5.0",
    "cross-env": "^5.1.6",
    "istanbul-reporter-cobertura-haiku": "^1.0.2",
    "nyc": "^13.0.1",
    "tap-spec": "^4.1.2",
    "tape": "^4.9.0",
    "ts-node": "^6.1.0",
    "tsconfig-paths": "^3.3.2",
    "tslint": "^5.11.0",
    "tslint-config-haiku": "^1.0.16",
    "typescript": "^3.0.3",
    "leaked-handles": "^5.2.0",
    "haiku-testing": "5.1.1"
  }
}
