{
  "name": "browser-hmac-obj",
  "version": "0.1.2",
  "description": "JavaScript implementation of HMAC generation and verification for the browser.",
  "keywords": [
    "browser",
    "crypto",
    "cryptography",
    "hmac",
    "library",
    "subtlecrypto"
  ],
  "main": "src/index.js",
  "type": "module",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint ./src/*",
    "lint:fix": "eslint ./src/* --fix",
    "start": "http-server -a localhost -o ./examples/live-examples.html",
    "test": "no-bro-cote"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UmamiAppearance/BrowserHMACObject.git"
  },
  "author": "UmamiAppearance",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/UmamiAppearance/BrowserHMACObject/issues"
  },
  "homepage": "https://github.com/UmamiAppearance/BrowserHMACObject#readme",
  "devDependencies": {
    "@rollup/plugin-terser": "^0.1.0",
    "base-ex": "^0.6.1",
    "eslint": "^8.29.0",
    "http-server": "^14.1.1",
    "no-bro-cote": "^0.2.7",
    "rollup": "^3.7.1"
  }
}
