{
  "name": "@nam088/json-logic-to-sql",
  "version": "1.16.1",
  "description": "A powerful, secure, and type-safe library to convert JSON Logic rules into SQL WHERE clauses with comprehensive schema validation and multi-dialect support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "json-logic",
    "sql",
    "query-builder",
    "filter",
    "postgresql",
    "mysql",
    "mssql",
    "sqlite",
    "schema-validation",
    "sql-injection-prevention",
    "parameterized-queries",
    "typescript",
    "where-clause",
    "sql-compiler"
  ],
  "author": "nam088",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Nam088/json-logic-to-sql"
  },
  "bugs": {
    "url": "https://github.com/nam088/json-logic-to-sql/issues"
  },
  "homepage": "https://github.com/nam088/json-logic-to-sql#readme",
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.2",
    "@semantic-release/npm": "^13.1.3",
    "@types/better-sqlite3": "^7.6.13",
    "@types/jest": "^29.5.0",
    "@types/mssql": "^9.1.8",
    "@types/mysql": "^2.15.27",
    "@types/node": "^20.0.0",
    "@types/pg": "^8.16.0",
    "better-sqlite3": "^12.5.0",
    "jest": "^29.7.0",
    "mssql": "^12.2.0",
    "mysql2": "^3.15.3",
    "pg": "^8.16.3",
    "semantic-release": "^25.0.2",
    "ts-jest": "^29.1.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
