{
  "name": "tms-koa-account",
  "version": "0.3.3",
  "description": "tms-koa控制器插件，账号管理。",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasony62/tms-koa.git"
  },
  "keywords": [],
  "author": "jasony62",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jasony62/tms-koa/issues"
  },
  "dependencies": {
    "@log4js-node/log4js-api": "^1.0.2",
    "debug": "4.4.3",
    "dotenv-flow": "4.1.0",
    "lodash": "^4.18.1",
    "mongodb": "^7.4.0",
    "nanoid": "5.1.16",
    "password-validator": "^5.3.0",
    "svg-captcha": "^1.4.0",
    "tms-koa": "0.3.3",
    "tms-koa-crypto": "0.3.0"
  },
  "peerDependencies": {
    "redis": "^4.7.0"
  },
  "devDependencies": {
    "@types/node": "26.1.0",
    "rimraf": "6.1.3"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc && echo 'build done'"
  }
}