{
  "name": "vivo-hap-toolkit",
  "version": "0.6.2",
  "description": "A command line toolkit for developing Quick Apps.",
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "@babel/core": "^7.1.6",
    "@babel/plugin-syntax-jsx": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@babel/runtime": "^7.0.0",
    "@vivo-hap-toolkit/compiler": "^0.6.2",
    "@vivo-hap-toolkit/debugger": "^0.6.2",
    "@vivo-hap-toolkit/dsl-vue": "^0.6.2",
    "@vivo-hap-toolkit/dsl-xvm": "^0.6.2",
    "@vivo-hap-toolkit/card-templates": "^0.6.2",
    "@vivo-hap-toolkit/packager": "^0.6.2",
    "@vivo-hap-toolkit/server": "^0.6.2",
    "@vivo-hap-toolkit/shared-utils": "^0.6.2",
    "babel-loader": "^8.0.4",
    "chalk": "^2.3.0",
    "chokidar": "^3.0.1",
    "commander": "~2.14.1",
    "fs-extra": "^7.0.1",
    "inquirer": "^6.2.1",
    "jszip": "^3.2.0",
    "semver": "^5.1.0",
    "socket.io": "^2.2.0",
    "webpack": "^4.25.1"
  },
  "bin": {
    "hap": "bin/index.js",
    "vivo-hap": "bin/index.js"
  },
  "files": [
    "bin",
    "lib/**/*.js",
    "gen-webpack-conf.js",
    "babel.config.js"
  ],
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "chai": "^4.2.0",
    "del": "^3.0.0",
    "glob": "^7.1.3",
    "sinon": "^7.1.1",
    "sinon-chai": "^3.3.0",
    "supertest": "^3.3.0",
    "webpack-cli": "^3.1.2"
  }
}
