mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.2-beta.8",
|
|
"packageManager": "pnpm@9.1.1",
|
|
"scripts": {
|
|
"build": "turbo --filter \"./packages/*\" build",
|
|
"dev": "turbo --filter \"./packages/*\" dev",
|
|
"clean": "turbo --filter \"./packages/*\" clean && rm -rf node_modules",
|
|
"format": "biome format . --write",
|
|
"lint": "biome check .",
|
|
"lint:fix": "biome check . --apply",
|
|
"release": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --no-git-checks",
|
|
"release:beta": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --tag beta --no-git-checks",
|
|
"test": "turbo --filter \"./packages/*\" test",
|
|
"typecheck": "turbo --filter \"./packages/*\" typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@biomejs/biome": "1.7.3",
|
|
"bumpp": "^9.4.1",
|
|
"dotenv-cli": "^7.4.2",
|
|
"@types/node": "^20.12.12",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"turbo": "^2.0.4",
|
|
"typescript": "5.6.1-rc",
|
|
"tinyglobby": "^0.2.9"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"remark-mdx": "3.0.0",
|
|
"unified": "11.0.4",
|
|
"remark-parse": "11.0.0",
|
|
"mdast-util-frontmatter": "2.0.1"
|
|
}
|
|
}
|
|
}
|