{
  "name": "@exortek/fastify-mongo-sanitize",
  "version": "2.0.2",
  "description": "Fastify plugin for NoSQL injection prevention — sanitizes request data",
  "main": "src/index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "import": "./src/index.js",
      "require": "./src/index.js",
      "types": "./types/index.d.ts"
    }
  },
  "scripts": {
    "test": "node --test test/*.test.js",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ExorTek/nosql-sanitize.git",
    "directory": "packages/fastify"
  },
  "homepage": "https://github.com/ExorTek/nosql-sanitize/tree/master/packages/fastify#readme",
  "bugs": {
    "url": "https://github.com/ExorTek/nosql-sanitize/issues"
  },
  "keywords": [
    "fastify",
    "mongodb",
    "sanitize",
    "nosql",
    "security",
    "plugin",
    "injection",
    "backend"
  ],
  "author": "ExorTek - https://github.com/ExorTek",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@exortek/nosql-sanitize-core": "^2.0.0",
    "fastify-plugin": "^5.1.0"
  },
  "peerDependencies": {
    "fastify": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "fastify": {
      "optional": false
    }
  },
  "devDependencies": {
    "fastify": "npm:fastify@5.8.2",
    "fastify4": "npm:fastify@4.29.1"
  },
  "files": [
    "src/",
    "types/",
    "README.md",
    "LICENSE"
  ]
}
