{
  "name": "access-db",
  "version": "0.5.6",
  "description": "[统一数据库的连接]Unified access to all kinds of databases",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "npx tsc",
    "test": "jest"
  },
  "files": [
    "/lib"
  ],
  "author": "zomem",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zomem/access-db"
  },
  "homepage": "https://access-db.cn/",
  "dependencies": {
    "@elastic/elasticsearch": "^8.1.0",
    "dotenv": "^16.0.0",
    "mongodb": "^4.4.1",
    "mssql": "^8.1.0",
    "mysql": "^2.18.1",
    "redis": "^4.0.4"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/mssql": "^7.1.5",
    "@types/mysql": "^2.15.21",
    "@types/node": "^17.0.21",
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-uglify": "^3.0.2",
    "jest": "^27.4.3",
    "typescript": "^4.5.2"
  },
  "keywords": [
    "access-db",
    "mysql",
    "mongodb",
    "redis",
    "fastdb",
    "elasticsearch",
    "mssql"
  ]
}
