{
  "name": "lin-mizar",
  "version": "0.3.9",
  "description": "The core library of Lin CMS",
  "main": "lin/index.js",
  "scripts": {
    "tsc": "rimraf lin/ && tsc",
    "test": "jest tests",
    "debugger": "node --inspect-brk ./node_modules/jest/bin/jest --runInBand --no-cache --no-watchman"
  },
  "keywords": [
    "lin",
    "cms",
    "koa"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TaleLin/lin-cms-koa-core.git"
  },
  "author": "Pedro/Shirmy/Evan",
  "license": "MIT",
  "dependencies": {
    "busboy": "^0.3.1",
    "class-validator": "^0.9.1",
    "consola": "^2.5.6",
    "dayjs": "^1.8.9",
    "egg-logger": "^2.4.1",
    "jsonwebtoken": "^8.5.0",
    "koa": "^2.7.0",
    "koa-router": "^7.4.0",
    "lodash": "^4.17.11",
    "mysql2": "^1.6.5",
    "mz-modules": "^2.1.0",
    "sequelize": "^5.3.5",
    "stream-wormhole": "^1.1.0",
    "tslib": "^1.9.3",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "@types/consola": "^1.0.0",
    "@types/jest": "^24.0.9",
    "@types/jsonwebtoken": "^8.3.2",
    "@types/koa": "^2.0.48",
    "@types/koa-bodyparser": "^4.2.2",
    "@types/koa-router": "^7.0.39",
    "@types/lodash": "^4.14.122",
    "@types/redis": "^2.8.12",
    "@types/sequelize": "^4.27.39",
    "@types/uuid": "^3.4.4",
    "jest": "^24.3.1",
    "redis": "^2.8.0",
    "rimraf": "^3.0.2",
    "supertest": "^4.0.2",
    "ts-jest": "^24.0.0",
    "ts-node": "^8.0.3",
    "tslint": "^5.13.1",
    "tslint-config-standard": "^8.0.1",
    "typedoc": "^0.16.11",
    "typescript": "^3.8.3"
  }
}
