Files
better-auth/package.json
2025-09-29 18:02:21 -07:00

41 lines
1.5 KiB
JSON

{
"name": "@better-auth/root",
"private": true,
"type": "module",
"version": "0.0.2-beta.8",
"packageManager": "pnpm@10.15.0",
"scripts": {
"build": "turbo --filter \"./packages/*\" build",
"dev": "turbo --filter \"./packages/*\" dev",
"dev:dts": "turbo --filter \"./packages/*\" dev:dts",
"clean": "turbo --filter \"./packages/*\" clean && rm -rf node_modules",
"format": "biome format . --write",
"lint": "biome check .",
"lint:fix": "biome check . --fix --unsafe",
"release": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --no-git-checks",
"release:no-build": "bumpp && pnpm -r publish --access public --no-git-checks --tag next",
"release:canary": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --tag canary --no-git-checks",
"bump": "bumpp",
"test": "turbo --filter \"./packages/*\" test",
"e2e:smoke": "turbo --filter \"./e2e/*\" e2e:smoke",
"e2e:integration": "turbo --filter \"./e2e/*\" e2e:integration",
"typecheck": "turbo --filter \"./packages/*\" typecheck"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@types/bun": "^1.2.20",
"@types/node": "^24.4.0",
"bumpp": "^10.2.3",
"tinyglobby": "^0.2.15",
"turbo": "^2.5.6",
"typescript": "catalog:",
"unbuild": "catalog:",
"vitest": "catalog:"
},
"resolutions": {
"zod": "^4.1.5",
"miniflare>zod": "^3.25.1",
"vinxi>zod": "^3.24.3"
}
}