{
  "name": "qclair-quantshield",
  "version": "1.0.24",
  "description": "🛡️ Post-quantum encryption for web apps. Initialize once, protect ALL requests automatically. Works with React, Vue, Svelte, Vanilla JS. Zero code changes needed - transparent HTTP encryption with ML-KEM + AES-GCM.",
  "main": "src/index.js",
  "module": "src/index.js",
  "exports": {
    ".": {
      "import": "./src/index.js",
      "types": "./src/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "files": [
    "src/**/*",
    "wasm/**/*",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "node test.js",
    "lint": "eslint src/**/*.js",
    "lint:fix": "eslint src/**/*.js --fix",
    "prepublishOnly": "npm run validate",
    "build": "echo 'Pure ESM package - no build needed'",
    "dev": "node --experimental-wasm-modules example.js",
    "validate": "node -e \"console.log('✅ Package validation passed')\"",
    "example": "node example.js",
    "size": "du -sh . && echo 'Package contents:' && find . -name '*.js' -o -name '*.wasm*' | head -10"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "engineStrict": false,
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead",
    "supports wasm"
  ],
  "dependencies": {
    "pako": "^2.1.0"
  },
  "devDependencies": {
    "eslint": "^9.0.0"
  },
  "peerDependencies": {},
  "keywords": [
    "post-quantum",
    "ml-kem",
    "encryption",
    "crypto",
    "wasm",
    "webassembly",
    "xhr",
    "fetch",
    "security",
    "aes-gcm",
    "hkdf",
    "quantshield",
    "privacy",
    "mitm-protection",
    "quantum-resistant",
    "end-to-end-encryption"
  ],
  "author": {
    "name": "Preet (Qclair)",
    "email": "contact@qclairvoyance.com",
    "url": "https://github.com/qclairvoyance12"
  },
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qclairvoyance12/QuantShield-Client-SDK.git",
    "directory": "quantshield-js"
  },
  "bugs": {
    "url": "https://github.com/qclairvoyance12/QuantShield-Client-SDK/issues"
  },
  "homepage": "https://github.com/qclairvoyance12/QuantShield-Client-SDK#readme",
  "license": "MIT"
}
