{
  "name": "mcsmanager-panel",
  "version": "9.9.0",
  "daemonVersion": "3.4.0",
  "description": "Distributed, Docker-supported, Multilingual, and Lightweight control panel for Minecraft server and all console programsFeat: update package.json",
  "scripts": {
    "dev": "ts-node ./src/app.ts",
    "start": "ts-node ./src/app.ts",
    "build": "tsc && webpack --config webpack.config.js"
  },
  "homepage": "https://mcsmanager.com/",
  "author": "https://github.com/unitwk",
  "license": " Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/MCSManager/MCSManager"
  },
  "dependencies": {
    "@koa/router": "^10.0.0",
    "axios": "^0.27.2",
    "bcryptjs": "^2.4.3",
    "crypto": "^1.0.1",
    "i18n": "^0.15.0",
    "i18next": "^21.8.14",
    "koa": "^2.13.1",
    "koa-body": "^4.2.0",
    "koa-mount": "^4.0.0",
    "koa-session": "^6.2.0",
    "koa-static": "^5.0.0",
    "log4js": "^6.4.0",
    "md5": "^2.3.0",
    "node-schedule": "^2.0.0",
    "open": "^8.4.0",
    "os-utils": "0.0.14",
    "redis": "^4.5.1",
    "socket.io": "^4.5.3",
    "socket.io-client": "^3.1.3",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.2",
    "@types/fs-extra": "^9.0.11",
    "@types/koa": "^2.13.1",
    "@types/koa-session": "^5.10.3",
    "@types/koa-static": "^4.0.1",
    "@types/koa__router": "^8.0.4",
    "@types/md5": "^2.3.1",
    "@types/node": "^14.14.41",
    "@types/node-schedule": "^1.3.2",
    "@types/os-utils": "0.0.1",
    "@types/uuid": "^8.3.0",
    "eslint": "^7.23.0",
    "nodemon": "^2.0.20",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0",
    "webpack-node-externals": "^3.0.0"
  }
}
