{
  "name": "gcmwrap",
  "version": "0.3.2",
  "description": "Secure, lightweight JavaScript library for AES-GCM encryption with key wrapping.",
  "keywords": [
    "encryption",
    "aes-gcm",
    "key-wrapping",
    "pbkdf2",
    "crypto",
    "webcrypto"
  ],
  "license": "MIT",
  "author": "Divyansh Singh <brc-dd@hotmail.com> (https://github.com/brc-dd)",
  "funding": "https://github.com/sponsors/brc-dd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brc-dd/gcmwrap.git"
  },
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "dependencies": {
    "uint8array-extras": "^1.5.0"
  }
}