{
  "name": "@dbcube/schema-builder",
  "version": "6.0.0",
  "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')\"",
    "test": "node test/dependency-order.cjs",
    "test:integration": "node test/integration/refresh-regressions.cjs"
  },
  "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": "^6.0.0",
    "chalk": "^5.6.2",
    "ora": "^9.4.1"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dbcube/Dbcube.git"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "dts-bundle-generator": "^9.5.1",
    "rollup": "^4.62.2",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  },
  "homepage": "https://dbcube.dev",
  "bugs": {
    "url": "https://github.com/Dbcube/Dbcube/issues"
  }
}
