{
  "name": "@chiljs/crypto",
  "version": "0.4.0",
  "description": "Optional end-to-end encryption for CHIL. ECDH P-256 + HKDF + AES-GCM, recipient key held non-extractable in IndexedDB.",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -b",
    "prepack": "tsc -b"
  },
  "keywords": [
    "handoff",
    "upload",
    "encryption",
    "e2ee",
    "ecdh",
    "aes-gcm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vinzdef/chil.git",
    "directory": "packages/crypto"
  },
  "homepage": "https://github.com/vinzdef/chil#readme",
  "bugs": {
    "url": "https://github.com/vinzdef/chil/issues"
  },
  "author": "Vincent De Feo",
  "publishConfig": {
    "access": "public"
  }
}
