{
  "name": "workstage",
  "version": "0.4.7",
  "main": "./app/app.js",
  "description": "Easy work for you",
  "bin": {
    "ew": "./app/app.js"
  },
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "start": "cross-env NODE_ENV=dev nodemon ./app/app.js",
    "dev": "cross-env NODE_ENV=dev node ./app/app.js",
    "api": "apidoc -i app/controller/ -o doc/api",
    "apiUI": "node ./doc/app.js"
  },
  "dependencies": {
    "connect-multiparty": "^2.2.0",
    "express": "^4.17.1",
    "iconv-lite": "^0.5.1",
    "log4js": "^6.1.2",
    "multer": "^1.4.2",
    "open": "^7.0.3",
    "portfinder": "^1.0.25",
    "request": "^2.88.2",
    "shelljs": "^0.8.3",
    "silly-datetime": "^0.1.2",
    "socket.io": "^2.3.0",
    "sqlite3": "^4.1.1",
    "execa":"^4.0.1"
  },
  "devDependencies": {
    "@akryum/winattr": "^3.0.0",
    "@vue/cli-plugin-babel": "^4.2.0",
    "@vue/cli-plugin-eslint": "^4.2.0",
    "@vue/cli-service": "^4.2.0",
    "axios": "^0.19.2",
    "babel-eslint": "^10.0.3",
    "core-js": "^3.6.4",
    "cross-env": "^7.0.2",
    "echarts": "^4.7.0",
    "element-ui": "^2.13.0",
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.1.2",
    "jquery": "^3.5.1",
    "js-cookie": "^2.2.1",
    "js-md5": "^0.7.3",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "prettier-tslint": "^0.4.2",
    "qrcodejs2": "0.0.2",
    "sass-loader": "^8.0.2",
    "uuid": "^7.0.2",
    "v-clipboard": "^2.2.3",
    "vant": "^2.8.1",
    "vue": "^2.6.11",
    "vue-router": "^3.1.5",
    "vue-template-compiler": "^2.6.11",
    "vuex": "^3.1.3",
    "webpack-cli": "^3.3.2",
    "webpack-dev-server": "^3.1.0",
    "xterm": "^3.13.2",
    "xterm-addon-attach": "^0.5.0",
    "xterm-addon-fit": "^0.3.0"
  },
  "author": "wuwenzhou",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fodelf/workspaceMangage.git"
  },
  "homepage": "https://github.com/fodelf/workspaceMangage",
  "keywords": [
    "vue",
    "sqlite",
    "nodejs",
    "work",
    "efficiency"
  ]
}
