{
  "name": "sql-dynamic-where",
  "version": "1.2.1",
  "description": "Dynamically handle multiple WHERE SQL statements",
  "main": "SQLDynamicWhere.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imjncarlson/sql-dynamic-where"
  },
  "keywords": [
    "SQL",
    "WHERE",
    "dynamic",
    "query",
    "clause",
    "syntax",
    "logic",
    "convert",
    "operators",
    "builder",
    "concatenation",
    "utility",
    "string"
  ],
  "author": "Jacob Carlson <imjncarlson@gmail.com> (https://github.com/imjncarlson)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/imjncarlson/sql-dynamic-where/issues"
  },
  "homepage": "https://github.com/imjncarlson/sql-dynamic-where#readme",
  "devDependencies": {
    "jest": "^29.5.0"
  }
}
