{
  "name": "@exortek/fastify-mongo-sanitize",
  "version": "1.2.1",
  "description": "MongoDB query sanitizer for Fastify",
  "main": "index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "scripts": {
    "format": "prettier --write \"**/*.{js,ts,json}\"",
    "test:tsd": "tsd",
    "test:node": "node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ExorTek/fastify-mongo-sanitize.git"
  },
  "keywords": [
    "fastify",
    "mongodb",
    "sanitize",
    "mongoose",
    "fastify-plugin",
    "data-validation",
    "input-sanitization",
    "security",
    "web-application",
    "nodejs",
    "typescript",
    "middleware",
    "api-security",
    "query-sanitization",
    "no-sql",
    "fastify-middleware",
    "mongodb-sanitizer"
  ],
  "author": "ExorTek - https://github.com/ExorTek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ExorTek/fastify-mongo-sanitize/issues"
  },
  "homepage": "https://github.com/ExorTek/fastify-mongo-sanitize#readme",
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@4.9.2",
  "devDependencies": {
    "fastify": "npm:fastify@5.3.3",
    "fastify4": "npm:fastify@4.29.1",
    "prettier": "^3.5.3",
    "tsd": "^0.32.0"
  },
  "dependencies": {
    "fastify-plugin": "^5.0.1"
  },
  "files": [
    "index.js",
    "types/index.d.ts",
    "constants.js",
    "helpers.js",
    "FastifyMongoSanitizeError.js"
  ]
}
