{
  "name": "@otplib/plugin-crypto-js",
  "description": "crypto-js plugin for otplib",
  "version": "12.0.1",
  "main": "./index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {},
  "keywords": [
    "otplib-plugin",
    "crypto"
  ],
  "dependencies": {
    "@otplib/core": "^12.0.1",
    "crypto-js": "^3.1.9-1"
  },
  "devDependencies": {
    "@types/crypto-js": "^3.1.43"
  },
  "otplib": {},
  "author": "Gerald Yeo <contact@fusedthought.com>",
  "license": "MIT",
  "homepage": "https://yeojz.otplib.dev",
  "repository": "https://github.com/yeojz/otplib/tree/master/packages/otplib-plugin-crypto-js",
  "types": "./index.d.ts"
}