{
  "name": "omelot-cli",
  "version": "1.3.10",
  "description": "omelot command line client for managing omelot",
  "scripts": {
    "build": "tsc",
    "start": "yarn run build && node dist/index",
    "lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts",
    "fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts --fix",
    "test": "yarn run build",
    "cov": "nyc mocha",
    "ci": "yarn run test",
    "gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/omelot-cli lib/"
  },
  "repository": "",
  "keywords": [
    "omelot",
    "command",
    "line",
    "maintening"
  ],
  "files": [
    "bin",
    "dist",
    "lib",
    "test",
    "index.ts"
  ],
  "main": "./dist/index",
  "bin": {
    "omelot-cli": "./dist/bin/omelot-cli.js"
  },
  "dependencies": {
    "@types/async": "^2.0.46",
    "@types/cliff": "^0.1.4",
    "@types/node": "^10.11.7",
    "@types/optimist": "0.0.29",
    "async": "^2.6.0",
    "cliff": "^0.1.10",
    "omelot-admin": "^1.3.10",
    "omelot-logger": "^1.3.10",
    "optimist": "^0.6.1"
  },
  "devDependencies": {
    "typescript": "^2.9.2"
  },
  "license": "MIT",
  "gitHead": "4258dfd78809961de4c960c79105ca4611d05212"
}
