{
  "name": "my-midway-project",
  "version": "1.0.0",
  "description": "",
  "private": true,
  "dependencies": {
    "@midwayjs/bootstrap": "^3.19.3",
    "@midwayjs/busboy": "^3.19.3",
    "@midwayjs/core": "^3.19.0",
    "@midwayjs/info": "^3.19.2",
    "@midwayjs/jwt": "^3.19.3",
    "@midwayjs/koa": "^3.19.2",
    "@midwayjs/logger": "^3.1.0",
    "@midwayjs/typeorm": "^3.19.2",
    "@midwayjs/validate": "^3.19.2",
    "bcryptjs": "^3.0.2",
    "dayjs": "^1.11.13",
    "fs-extra": "^11.2.0",
    "lodash": "^4.17.21",
    "mysql2": "^3.11.5",
    "typeorm": "^0.3.20"
  },
  "devDependencies": {
    "@midwayjs/mock": "^3.19.2",
    "@types/jest": "^29.2.0",
    "@types/lodash": "^4.17.13",
    "@types/node": "14",
    "cross-env": "^6.0.0",
    "jest": "^29.2.2",
    "mwts": "^1.3.0",
    "mwtsc": "^1.4.0",
    "ts-jest": "^29.0.3",
    "typescript": "~4.8.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "start": "NODE_ENV=production node ./bootstrap.js",
    "dev": "cross-env NODE_ENV=local mwtsc --watch --run @midwayjs/mock/app.js",
    "test": "cross-env NODE_ENV=unittest jest",
    "cov": "jest --coverage",
    "lint": "mwts check",
    "lint:fix": "mwts fix",
    "ci": "npm run cov",
    "build": "mwtsc --cleanOutDir"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "author": "anonymous",
  "license": "MIT"
}