{
  "name": "@diez/cli-core",
  "main": "lib/index.js",
  "version": "10.6.0",
  "description": "APIs for the Diez command line interface.",
  "author": "The Haiku Team <contact@haiku.ai>",
  "license": "SEE LICENSE.md",
  "typings": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diez/diez.git"
  },
  "homepage": "https://diez.org",
  "scripts": {
    "compile": "tsc",
    "watch": "tsc --watch",
    "test": "jest",
    "health": "jest --ci -c jest.ci.js && tslint -p . -t checkstyle -o checkstyle-result.xml",
    "lint": "tslint -p . -t stylish",
    "fix": "tslint -p . -t stylish --fix"
  },
  "devDependencies": {
    "@diez/test-utils": "^10.6.0",
    "@types/async": "^2.4.1",
    "@types/jest": "^24.0.11",
    "@types/server-destroy": "^1.0.0",
    "istanbul-reporter-cobertura-haiku": "^1.0.4",
    "jest": "^24.7.1",
    "jest-tap-reporter": "^1.9.0",
    "ts-jest": "^24.1.0",
    "tslint": "^5.15.0",
    "tslint-config-haiku": "^1.0.21",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "@diez/engine": "^10.6.0",
    "@diez/storage": "^10.6.0",
    "@sentry/node": "^5.2.0",
    "async": "^2.6.2",
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "enquirer": "^2.3.0",
    "fs-extra": "^7.0.1",
    "package-json": "^6.3.0",
    "server-destroy": "^1.0.1",
    "stack-trace": "^0.0.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6f2548c601b576f7a553d2717c1ed67c2aa880af"
}
