{
  "name": "@dbcube/query-builder",
  "version": "5.2.11",
  "description": "The Dbcube Query Builder is a lightweight, flexible, and fluent library for building queries across multiple database engines, including MySQL, PostgreSQL, SQLite, and MongoDB, using JavaScript/Node.js. \nIts agnostic design allows you to generate data manipulation (DML) and data definition (DDL) operations with a clean, chainable syntax—without sacrificing power or expressiveness.\nIt’s designed to work seamlessly in both SQL and NoSQL environments, providing a consistent abstraction layer across different storage technologies while still leveraging the native capabilities of each engine.",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "scripts": {
    "build": "tsup && bunx dts-bundle-generator --no-banner -o dist/index.d.ts src/index.ts && node -e \"const fs=require('fs');fs.copyFileSync('dist/index.d.ts','dist/index.d.mts')\""
  },
  "keywords": [
    "dbcube",
    "mysql",
    "mongodb",
    "postgresql",
    "sqlite",
    "database",
    "db",
    "orm",
    "sql",
    "query builder",
    "query",
    "builder",
    "nodejs",
    "backend",
    "library",
    "database library",
    "base de datos",
    "sequelize alternative",
    "lightweight orm",
    "sql toolkit",
    "query optimizer",
    "typescript",
    "javascript",
    "async",
    "modern database",
    "dbcube-orm",
    "@dbcube/query-builder",
    "query-builder",
    "dbcube-query-builder",
    "@dbcube/query-builder",
    "albert",
    "araya",
    "@dbcube",
    "@albrtaraya"
  ],
  "author": "Albert Araya",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@dbcube/core": "^5.2.12"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Dbcube/query-builder"
  },
  "devDependencies": {
    "@types/node": "^26.0.1",
    "dts-bundle-generator": "^9.5.1",
    "rollup": "^4.62.2",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3"
  }
}
