Files
better-auth/package.json
Rahul Mishra d7f66335f5 feat: add cloudflare worker basic tests (#1524)
* feat: add cloudflare worker basic tests

* chore: fix conflict

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-02-22 20:18:34 +03:00

43 lines
1.6 KiB
JSON

{
"name": "@better-auth/root",
"private": true,
"type": "module",
"version": "0.0.2-beta.8",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "NODE_OPTIONS=--max-old-space-size=16000 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 . --apply",
"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,dev}/*\" test",
"typecheck": "turbo --filter \"./packages/*\" typecheck"
},
"dependencies": {
"@biomejs/biome": "1.7.3",
"@types/node": "^20.17.9",
"bumpp": "^9.8.1",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.4.4",
"simple-git-hooks": "^2.11.1",
"taze": "^0.18.0",
"tinyglobby": "^0.2.10",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"pnpm": {
"overrides": {
"mdast-util-frontmatter": "2.0.1",
"remark-mdx": "3.0.0",
"remark-parse": "11.0.0",
"unified": "11.0.4",
"whatwg-url": "^14.0.0"
}
}
}