{
  "$schema": "https://json.schemastore.org/package",
  "name": "@quba/sensitive-data-protection",
  "description": "SDK for Sensitive Data Protection Service",
  "license": "MIT",
  "type": "module",
  "homepage": "https://quba.ae",
  "version": "0.0.8",
  "keywords": [
    "sensitive data protection",
    "sdp",
    "de-identification",
    "data privacy",
    "data anonymization",
    "dlp",
    "data loss prevention",
    "pii",
    "personal data"
  ],
  "author": "Quba Ltd",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "docs",
    "README.md"
  ],
  "scripts": {
    "build": "tsdown"
  },
  "packageManager": "pnpm@10.26.2",
  "devDependencies": {
    "tsdown": "0.18.4",
    "typescript": "^5.9.3"
  }
}
