22 lines | 595 Bytes
| 1 | { |
| 2 | "name": "@rulepack/better-auth", |
| 3 | "version": "0.1.0", |
| 4 | "description": "Better Auth (TypeScript) conventions: one betterAuth() server instance, typed auth client, plugins, server-side getSession.", |
| 5 | "license": "MIT", |
| 6 | "visibility": "public", |
| 7 | "keywords": ["better-auth", "auth", "authentication", "sessions", "typescript"], |
| 8 | "memories": { |
| 9 | "agents": "AGENTS.md", |
| 10 | "claude": "CLAUDE.md", |
| 11 | "cursor": ".cursor/rules/better-auth.mdc" |
| 12 | }, |
| 13 | "files": [ |
| 14 | "CLAUDE.md", |
| 15 | "AGENTS.md", |
| 16 | "README.md", |
| 17 | "rulepack.json", |
| 18 | ".cursor/rules/better-auth.mdc", |
| 19 | "LICENSE" |
| 20 | ] |
| 21 | } |
| 22 | |