{
  "name": "ali-rds",
  "version": "6.7.0",
  "description": "Aliyun RDS client",
  "main": "lib/client.js",
  "types": "lib/client.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "egg-bin test",
    "ci": "npm run lint && egg-bin cov && npm run prepublishOnly",
    "lint": "eslint src test --cache",
    "build": "tsc -p ./tsconfig.json",
    "clean": "tsc --build --clean",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "@types/mysql": "^2.15.21",
    "mysql": "^2.18.1",
    "onelogger": "^1.0.0"
  },
  "devDependencies": {
    "@eggjs/tsconfig": "^1.3.2",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.2.5",
    "egg-bin": "^6.1.2",
    "eslint": "^8.29.0",
    "eslint-config-egg": "14",
    "mm": "^3.3.0",
    "typescript": "^5.1.3"
  },
  "homepage": "https://github.com/ali-sdk/ali-rds",
  "repository": {
    "type": "git",
    "url": "git://github.com/ali-sdk/ali-rds.git"
  },
  "bugs": {
    "url": "https://github.com/ali-sdk/ali-rds/issues"
  },
  "keywords": [
    "ali-rds",
    "mysql"
  ],
  "engines": {
    "node": ">= 16.17.0"
  },
  "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
  "license": "MIT"
}
