{
  "name": "passkeys-prf-client",
  "version": "1.0.66",
  "description": "A client npm package for passkeys authentication with PRF functionality",
  "main": "dist/passkeys-prf-client.js",
  "types": "dist/passkeys-prf-client.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint"
  },
  "keywords": [
    "passkeys",
    "prf"
  ],
  "author": "aliaftab612@gmail.com",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "20.12.7",
    "@types/text-encoding": "^0.0.39",
    "gts": "^5.3.1",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "text-encoding": "^0.7.0"
  }
}
