{
  "name": "@objectstack/plugin-auth",
  "version": "10.3.0",
  "license": "Apache-2.0",
  "description": "Authentication & Identity Plugin for ObjectStack",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "dependencies": {
    "@better-auth/core": "^1.6.20",
    "@better-auth/oauth-provider": "^1.6.20",
    "@noble/hashes": "^2.2.0",
    "better-auth": "^1.6.20",
    "@objectstack/core": "10.3.0",
    "@objectstack/platform-objects": "10.3.0",
    "@objectstack/spec": "10.3.0",
    "@objectstack/types": "10.3.0"
  },
  "devDependencies": {
    "@types/node": "^26.0.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "keywords": [
    "objectstack",
    "plugin",
    "auth",
    "authentication",
    "better-auth"
  ],
  "author": "ObjectStack",
  "repository": {
    "type": "git",
    "url": "https://github.com/objectstack-ai/framework.git",
    "directory": "packages/plugins/plugin-auth"
  },
  "homepage": "https://objectstack.ai/docs",
  "bugs": "https://github.com/objectstack-ai/framework/issues",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsup --config ../../../tsup.config.ts",
    "test": "vitest run"
  }
}