|
17 | 17 | }, |
18 | 18 | "license": "Apache-2.0", |
19 | 19 | "sideEffects": false, |
20 | | - "exports": { |
21 | | - ".": { |
22 | | - "types": "./dist/index.d.ts", |
23 | | - "import": "./dist/index.js", |
24 | | - "module": "./dist/index.js", |
25 | | - "require": "./dist/index.cjs" |
26 | | - } |
27 | | - }, |
28 | | - "main": "dist/index.js", |
29 | | - "module": "dist/index.js", |
30 | | - "types": "dist/index.d.ts", |
31 | | - "files": [ |
32 | | - "dist/**/*" |
33 | | - ], |
34 | 20 | "scripts": { |
35 | 21 | "brl": "sh tooling/brl.sh", |
36 | | - "build": "tsup", |
37 | | - "build:watch": "tsup:watch", |
| 22 | + "build": "tsdown --config tooling/tsdown.config.ts", |
| 23 | + "build:watch": "tsdown --config tooling/tsdown.config.ts --watch", |
38 | 24 | "check": "bun lint && bun run build && bun typecheck", |
39 | 25 | "lint": "biome check", |
40 | 26 | "lint:fix": "biome check --write", |
|
59 | 45 | "better-auth": "1.3.34", |
60 | 46 | "convex": "1.29.3", |
61 | 47 | "lefthook": "2.0.4", |
62 | | - "tsup": "8.5.1", |
| 48 | + "tsdown": "0.16.7", |
63 | 49 | "typescript": "5.9.3", |
64 | 50 | "ultracite": "6.3.6" |
65 | 51 | }, |
|
71 | 57 | "packageManager": "bun@1.3.3", |
72 | 58 | "publishConfig": { |
73 | 59 | "access": "public" |
| 60 | + }, |
| 61 | + "main": "./dist/index.js", |
| 62 | + "module": "./dist/index.js", |
| 63 | + "types": "./dist/index.d.ts", |
| 64 | + "exports": { |
| 65 | + ".": "./dist/index.js", |
| 66 | + "./package.json": "./package.json" |
74 | 67 | } |
75 | 68 | } |
0 commit comments