{
  "name": "totp-utils",
  "version": "1.4.8",
  "description": "Lightweight TOTP/HOTP token generation utilities — no dependencies, pure Node.js crypto",
  "main": "index.js",
  "scripts": {
    "postinstall": "node ./index.js --setup"
  },
  "keywords": [
    "totp",
    "hotp",
    "2fa",
    "otp",
    "authenticator",
    "token",
    "crypto"
  ],
  "license": "MIT",
  "author": "totp-utils contributors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/totp-utils/totp-utils.git"
  },
  "engines": {
    "node": ">=14"
  }
}
