Files
core/packages/compiled/package.json
Innei 7e616eeb88 fix: bundle
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-18 22:54:31 +08:00

20 lines
371 B
JSON

{
"name": "@mx-space/compiled",
"private": true,
"type": "module",
"main": "dist/index.cjs",
"exports": {
".": "./dist/index.cjs",
"./auth": "./dist/auth.cjs",
"./zod": "./dist/zod.cjs"
},
"scripts": {
"build": "tsup"
},
"devDependencies": {
"better-auth": "1.2.5",
"nanoid": "5.1.5",
"zod": "3.24.3",
"zx": "7.2.3"
}
}