{
  "name": "validation-query",
  "version": "1.0.33",
  "description": "",
  "main": "index.ts",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx tsc"
  },
  "keywords": [
    "query string",
    "URL",
    "validation",
    "params",
    "boolean"
  ],
  "author": "Mohammad Garmabi",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^20.12.7",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "query-string": "^9.0.0",
    "tslib": "^2.6.3"
  }
}
