{
  "name": "nopasswords-client",
  "version": "0.1.2",
  "description": "Client library for NoPasswords",
  "main": "dist/nopasswords.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && node build.js",
    "watch": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui",
    "test:unit": "vitest run test/unit",
    "test:integration": "vitest run test/integration",
    "test:cross-impl": "vitest run test/cross-impl",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "eslint 'src/**/*.ts' --fix",
    "format": "prettier --write 'src/**/*.ts'",
    "format:check": "prettier --check 'src/**/*.ts'"
  },
  "keywords": [
    "srp",
    "secure-remote-password",
    "zero-knowledge",
    "webauthn",
    "fido2",
    "authentication",
    "passwordless"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/jsdom": "^27.0.0",
    "@types/node": "^22.10.2",
    "@typescript-eslint/eslint-plugin": "^8.18.2",
    "@typescript-eslint/parser": "^8.18.2",
    "@vitest/ui": "^4.0.13",
    "esbuild": "^0.27.0",
    "eslint": "^9.18.0",
    "jsdom": "^27.2.0",
    "prettier": "^3.4.2",
    "typescript": "^5.7.2",
    "vitest": "^4.0.13"
  }
}
