{
  "name": "zbee",
  "version": "1.1.2",
  "description": "基于控制台的代码设计辅助工具",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheng022074/zbee-compiler.git"
  },
  "bin": {
    "zb": "./bin/zb.js"
  },
  "keywords": [
    "cli"
  ],
  "files": [
    "bin",
    "lib",
    "config",
    "src",
    "template"
  ],
  "author": "nero chen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cheng022074/zbee-compiler/issues"
  },
  "homepage": "https://github.com/cheng022074/zbee-compiler#readme",
  "engines": {
    "node": ">= 14.2.0"
  },
  "dependencies": {
    "@babel/core": "^7.12.10",
    "@babel/parser": "^7.12.11",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/runtime-corejs3": "^7.12.5",
    "@babel/traverse": "^7.12.12",
    "babel-loader": "^8.2.2",
    "chokidar": "^2.0.4",
    "colors": "^1.3.3",
    "columnify": "^1.5.4",
    "date-and-time": "^0.14.2",
    "ejs": "^2.6.1",
    "js-beautify": "^1.7.5",
    "jsdom": "^16.2.2",
    "node-sass": "^4.14.1",
    "postcss": "^7.0.32",
    "strip-comment": "^1.1.3",
    "terser-webpack-plugin": "^2.3.5",
    "uglify-es": "^3.3.9",
    "webpack": "^5.5.0",
    "webpack-merge": "^5.4.0",
    "xmldom": "^0.1.27",
    "xpath": "^0.0.27"
  }
}
