|
1 | 1 | { |
2 | 2 | "name": "@acme/auth", |
3 | | - "version": "0.0.0", |
4 | | - "private": true, |
5 | | - "type": "module", |
6 | | - "exports": { |
7 | | - ".": { |
8 | | - "types": "./src/index.ts", |
9 | | - "default": "./dist/index.js" |
10 | | - }, |
11 | | - "./env": { |
12 | | - "types": "./src/env.ts", |
13 | | - "default": "./dist/env.js" |
14 | | - } |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "exports": { |
| 7 | + ".": { |
| 8 | + "types": "./src/index.ts", |
| 9 | + "default": "./dist/index.js" |
15 | 10 | }, |
16 | | - "scripts": { |
17 | | - "build": "tsc", |
18 | | - "check": "biome check", |
19 | | - "clean": "git clean -xdf .cache .turbo dist node_modules", |
20 | | - "dev": "pnpm build --watch", |
21 | | - "generate": "dotenv -e ../../.env -- pnpx @better-auth/cli generate --output ../db/src/auth-schema.ts --config ../../apps/web/src/auth/server.ts", |
22 | | - "typecheck": "tsc --noEmit --emitDeclarationOnly false" |
23 | | - }, |
24 | | - "dependencies": { |
25 | | - "@acme/db": "workspace:*", |
26 | | - "@t3-oss/env-nextjs": "^0.13.6", |
27 | | - "better-auth": "~1.2.9", |
28 | | - "next": "^15.3.3", |
29 | | - "react": "19.1.0", |
30 | | - "react-dom": "19.1.0", |
31 | | - "zod": "^3.25.71" |
32 | | - }, |
33 | | - "devDependencies": { |
34 | | - "@acme/tsconfig": "workspace:*", |
35 | | - "@types/react": "^19.1.8" |
| 11 | + "./env": { |
| 12 | + "types": "./src/env.ts", |
| 13 | + "default": "./dist/env.js" |
36 | 14 | } |
| 15 | + }, |
| 16 | + "scripts": { |
| 17 | + "build": "tsc", |
| 18 | + "check": "biome check", |
| 19 | + "clean": "git clean -xdf .cache .turbo dist node_modules", |
| 20 | + "dev": "pnpm build --watch", |
| 21 | + "generate": "dotenv -e ../../.env -- pnpx @better-auth/cli generate --output ../db/src/auth-schema.ts --config ../../apps/web/src/auth/server.ts", |
| 22 | + "typecheck": "tsc --noEmit --emitDeclarationOnly false" |
| 23 | + }, |
| 24 | + "dependencies": { |
| 25 | + "@acme/db": "workspace:*", |
| 26 | + "@t3-oss/env-nextjs": "^0.13.6", |
| 27 | + "better-auth": "~1.2.9", |
| 28 | + "next": "^15.3.3", |
| 29 | + "react": "19.1.0", |
| 30 | + "react-dom": "19.1.0", |
| 31 | + "zod": "^3.25.71" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@acme/tsconfig": "workspace:*", |
| 35 | + "@types/react": "^19.1.8" |
| 36 | + } |
37 | 37 | } |
0 commit comments