{
  "name": "@ifun/egg-mysql",
  "version": "1.0.1",
  "description": "MySQL plugin for egg",
  "eggPlugin": {
    "name": "mysql"
  },
  "keywords": [
    "egg",
    "eggPlugin",
    "egg-plugin",
    "mysql",
    "database"
  ],
  "dependencies": {
    "ali-rds": "^3.3.0"
  },
  "devDependencies": {
    "autod": "^3.1.0",
    "egg": "^2.23.0",
    "egg-bin": "^4.13.0",
    "egg-ci": "^1.13.0",
    "egg-mock": "^3.23.1",
    "eslint": "^6.1.0",
    "eslint-config-egg": "^7.4.1",
    "supertest": "^4.0.2",
    "utility": "^1.16.1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "egg-bin test",
    "cov": "egg-bin cov",
    "lint": "eslint .",
    "ci": "npm run lint && npm run cov",
    "autod": "autod"
  },
  "ci": {
    "version": "6, 8",
    "license": true,
    "services": "mysql"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/weihomechen/egg-mysql.git"
  },
  "homepage": "https://github.com/weihomechen/egg-mysql#readme",
  "author": "moyu",
  "license": "MIT"
}
