{
  "name": "@nostrify/react",
  "version": "0.6.7",
  "exports": {
    ".": "./dist/mod.js",
    "./login": "./dist/login/mod.js"
  },
  "types": "dist/mod.d.ts",
  "type": "module",
  "devDependencies": {
    "@types/react": "^18.0.0 || ^19.0.0",
    "@types/node": "^24.1.0",
    "@vitejs/plugin-react": "^4.3.4",
    "@deno/vite-plugin": "^1.0.4",
    "vite": "^6.2.2"
  },
  "dependencies": {
    "@nostrify/nostrify": "0.55.0",
    "@nostrify/types": "0.37.0"
  },
  "peerDependencies": {
    "@tanstack/react-query": "^5.69.0",
    "nostr-tools": "^2.13.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npx tsc -p tsconfig.json && node ../../esbuild.config.js --package ./",
    "typecheck": "npx tsc --noEmit",
    "setup": "pnpm i",
    "test": "node --test \"**/*.test.ts\""
  }
}