{
  "name": "@adorsys-gis/web-auth-prf",
  "private": false,
  "version": "1.1.3",
  "type": "commonjs",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "scripts": {
    "dev": "vite --host 0.0.0.0",
    "build": "tsc -p tsconfig.lib.json",
    "test": "jest",
    "preview": "vite preview",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint . --ext .ts,.tsx"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-typescript": "^7.26.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.26.1",
    "@typescript-eslint/parser": "^8.26.1",
    "babel-jest": "^29.7.0",
    "eslint": "^9.22.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-ts-webcompat-resolver": "^1.0.0",
    "ts-jest": "^29.2.6",
    "typescript": "~5.7.2",
    "vite": "^6.2.0"
  },
  "dependencies": {
    "@adorsys-gis/web-auth-prf": "^1.0.1",
    "prettier": "^3.5.2",
    "web-auth-prf2": "^1.0.4"
  },
  "description": "A WebAuthn library implementing password-based key derivation functions (PRF) for secure authentication and encryption",
  "keywords": [
    "webauthn",
    "authentication",
    "security",
    "cryptography",
    "prf",
    "key-derivation",
    "encryption",
    "passwordless",
    "biometric",
    "typescript"
  ],
  "author": "adorsys",
  "license": "ISC"
}
