{
  "name": "rokid-homebase-cli",
  "description": "rokid-homebase-cli",
  "version": "2.0.7",
  "main": "index.js",
  "bin": {
    "rhome": "bin/rhome.js"
  },
  "scripts": {
    "build": "sh scripts/build.sh",
    "ci": "npm run lint && npm run test",
    "lint": "standard",
    "cov": "nyc npm run test",
    "test": "NODE_ENV=test mocha 'test/**/*.test.js'"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:Rokid/rokid-homebase-cli.git"
  },
  "author": "baixin",
  "license": "MIT",
  "dependencies": {
    "ajv": "^6.4.0",
    "ajv-i18n": "^3.0.0",
    "async": "^2.6.0",
    "body-parser": "^1.18.2",
    "colors": "^1.2.1",
    "commander": "^2.15.1",
    "debug": "^2.6.3",
    "express": "^4.15.2",
    "inquirer": "^5.2.0",
    "ip": "^1.1.5",
    "jayson": "^2.0.5",
    "jsonschema": "^1.1.1",
    "jsonwebtoken": "^8.2.1",
    "koa": "^2.5.0",
    "koa-bodyparser": "^4.2.0",
    "lodash": "^4.17.5",
    "lowdb": "^0.16.0",
    "semver": "^5.5.0",
    "table": "^4.0.1",
    "urllib": "^2.27.0",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "@types/urllib": "^2.25.0",
    "intelli-espower-loader": "^1.0.1",
    "mocha": "^5.0.5",
    "nexe": "^2.0.0-rc.26",
    "nyc": "^11.6.0",
    "power-assert": "^1.4.4",
    "standard": "^11.0.1"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "standard": {
    "env": [
      "mocha"
    ],
    "ignore": [
      "coverage",
      "lib/carrier/ssdp"
    ]
  },
  "directories": {
    "test": "test"
  },
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  }
}
