{
  "name": "@stablelib/hmac",
  "version": "2.0.1",
  "description": "Hash-based message authentication code (HMAC)",
  "main": "./lib/hmac.js",
  "type": "module",
  "typings": "./lib/hmac.d.ts",
  "author": "Dmitry Chestnykh",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/StableLib/stablelib"
  },
  "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/hmac",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "dependencies": {
    "@stablelib/constant-time": "^2.0.1",
    "@stablelib/hash": "^2.0.0",
    "@stablelib/wipe": "^2.0.1"
  },
  "devDependencies": {
    "@stablelib/base64": "^2.0.1",
    "@stablelib/benchmark": "^2.0.0",
    "@stablelib/sha224": "^2.0.1",
    "@stablelib/sha256": "^2.0.1"
  },
  "gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}
