{
  "name": "sqlex",
  "version": "3.6.2",
  "description": "Sqlex - A library that makes database access easy and fun",
  "main": "./dist/index.js",
  "files": [
    "dist",
    "lib",
    "bin",
    "docs",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "types": "./dist/index.d.ts",
  "author": "Weidong Fang",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/fangwd/sqlex.git"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.0",
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0",
    "jest": "^29.7.0",
    "mysql2": "^3.12.0",
    "pg": "^8.13.1",
    "ranges-merge": "^9.0.15",
    "sqlite3": "^5.1.7",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "scripts": {
    "test": "jest --runInBand",
    "build": "tsc"
  }
}
