{
  "name": "@deskree/atomic-auth-sdk",
  "version": "0.0.15",
  "description": "Unified Ory Kratos authentication SDK for frontend projects",
  "main": "index.js",
  "module": "index.mjs",
  "types": "index.d.ts",
  "files": [
    "*"
  ],
  "dependencies": {
    "@ory/client": "^1.19.0"
  },
  "peerDependencies": {
    "next": "^15",
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    }
  },
  "keywords": [
    "ory",
    "kratos",
    "authentication",
    "auth",
    "nextjs",
    "react"
  ],
  "author": "Deskree Inc.",
  "license": "MIT"
}