{
  "name": "coa-mysql",
  "version": "1.7.1",
  "description": "COA核心MySQL数据库组件，包含基本数据模型、缓存数据模型、分布式ID等",
  "keywords": [
    "coajs",
    "coa",
    "mysql"
  ],
  "license": "MIT",
  "author": "Aex",
  "homepage": "https://github.com/coajs/coa-mysql",
  "repository": {
    "type": "git",
    "url": "https://github.com/coajs/coa-mysql.git"
  },
  "scripts": {
    "dev": "tsc -w",
    "build": "rm -rf dist && tsc && cp package.json *.md dist && rm -rf dist/test",
    "test": "NODE_PATH=run node dist/test",
    "lint": "eslint .",
    "prettier": "prettier -w .",
    "sync": "curl -X PUT 'https://npmmirror.com/sync/coa-mysql?sync_upstream=true'"
  },
  "dependencies": {
    "coa-echo": "^1.2.1",
    "coa-error": "^1.5.2",
    "coa-helper": "^1.2.1",
    "coa-redis": "^1.6.0",
    "coa-secure": "^1.2.0",
    "knex": "0.21",
    "mysql": "^2.18.1"
  },
  "devDependencies": {
    "@types/node": "^16.7.4",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard-with-typescript": "^20.0.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "prettier": "^2.3.2",
    "typescript": "^4.4.2"
  }
}
