{
  "name": "@tabula-lens/node",
  "version": "0.4.0",
  "private": false,
  "type": "module",
  "description": "Node.js backend SDK for Tabula Lens",
  "author": "viti-mg <victormargon@yahoo.es>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Atsytec/tabula-lens.git",
    "directory": "packages/node"
  },
  "bugs": {
    "url": "https://github.com/Atsytec/tabula-lens/issues"
  },
  "homepage": "https://github.com/Atsytec/tabula-lens/tree/main/packages/node#readme",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "sideEffects": false,
  "keywords": [
    "database",
    "postgresql",
    "mysql",
    "sqlite",
    "mssql",
    "sql-server",
    "backend",
    "sdk",
    "api",
    "rest",
    "express",
    "fastify",
    "koa",
    "hapi",
    "nextjs",
    "remix",
    "sveltekit",
    "tanstack",
    "hono",
    "elysia",
    "pagination",
    "sorting",
    "filtering"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint . --ext .ts",
    "check-types": "tsc --noEmit",
    "test": "vitest"
  },
  "dependencies": {
    "knex": "^3.0.0"
  },
  "devDependencies": {
    "@hapi/hapi": "^21.4.9",
    "@types/better-sqlite3": "^7.6.0",
    "@types/express": "^5.0.0",
    "@types/koa": "^3.0.3",
    "@types/node": "^26.1.1",
    "@types/restify": "^8.5.0",
    "elysia": "^1.0.0",
    "fastify": "^5.10.0",
    "hono": "^4.12.29",
    "koa": "^3.2.1",
    "restify": "^11.1.0",
    "tsup": "^8.0.0",
    "typescript": "5.9.2",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@hapi/hapi": "^21.0.0",
    "@tanstack/react-start": "^1.0.0",
    "@sveltejs/kit": "^2.0.0",
    "better-sqlite3": "^12.0.0",
    "elysia": "^1.0.0",
    "express": "^4.18.0 || ^5.0.0",
    "fastify": "^4.0.0",
    "hono": "^4.12.29",
    "koa": "^2.14.0",
    "mysql2": "^3.0.0",
    "pg": "^8.0.0",
    "remix": "^2.0.0",
    "restify": "^11.0.0",
    "tedious": "^20.0.0"
  }
}
