UNPKG

@daveyplate/better-auth-instantdb

Version:

Better Auth InstantDB Adapter

58 lines (57 loc) 1.57 kB
{ "name": "@daveyplate/better-auth-instantdb", "homepage": "https://github.com/daveyplate/better-auth-instantdb", "version": "1.1.1", "description": "Better Auth InstantDB Adapter", "module": "dist/index", "types": "dist/index", "exports": "./dist/index.js", "files": [ "src", "dist" ], "scripts": { "build": "tsup --clean --dts", "dev": "tsc-watch --onSuccess 'biome check --fix'", "prepublishOnly": "rm -rf dist && tsup --clean --dts" }, "keywords": [ "typescript", "instantdb", "better", "better-auth", "auth", "authentication", "adapter", "react", "tanstack", "next", "nextjs" ], "author": "daveycodez", "license": "MIT", "devDependencies": { "@instantdb/admin": "^0.18.4", "@instantdb/react": "^0.18.4", "@types/node": "^22.14.1", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "better-auth": "^1.2.7", "esbuild-plugin-preserve-directives": "^0.0.11", "react": "^19.1.0", "react-dom": "^19.1.0", "tsc-watch": "^6.2.1", "tsup": "^8.4.0", "tsx": "^4.19.3", "turbo": "^2.5.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0", "better-auth": ">=1.2.6", "@instantdb/admin": ">=0.18.0", "@instantdb/react": ">=0.18.0" }, "packageManager": "pnpm@10.8.1" }