{
  "name": "nostr-biometric-login-example",
  "version": "1.0.0",
  "description": "Example implementation of Nostr biometric step-up authentication using Fastify and TypeScript",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "node dist/server.js",
    "dev": "tsx watch src/server.ts"
  },
  "dependencies": {
    "@fastify/static": "^6.10.2",
    "fastify": "^4.24.3"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsx": "^4.6.0",
    "typescript": "^5.3.2"
  }
}
