forked from better-auth/better-call
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@better-auth/root",
"packageManager": "pnpm@11.1.1",
"private": true,
"scripts": {
"build": "pnpm -w --filter=./packages/* run build",
"lint": "biome format",
"lint:spell": "cspell .",
"lint:dependencies": "knip --strict",
"lint:packages": "pnpm -w --filter=./packages/* run lint:package",
"lint:types": "pnpm -w --filter=./packages/* run lint:type",
"lint:fix": "biome format --fix",
"format": "biome format --write",
"typecheck": "tsc --build",
"bump": "bumpp",
"test": "pnpm -w --filter=./packages/* run test",
"coverage": "pnpm -w --filter=./packages/* run coverage",
"serve": "bun --hot example/hello.ts"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@biomejs/biome": "^2.4.4",
"@types/node": "^25.3.3",
"@vitest/coverage-v8": "4.0.18",
"bumpp": "^10.4.1",
"cspell": "^9.7.0",
"knip": "^5.85.0",
"lefthook": "^2.1.4",
"publint": "^0.3.18",
"tinyglobby": "^0.2.15",
"tsdown": "0.22.9",
"typescript": "^6.0.3",
"valibot": "1.2.0",
"vitest": "^4.0.18"
}
}