mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-30 17:12:35 -05:00
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"name": "smoke",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"better-auth": "workspace:*"
|
|
},
|
|
"scripts": {
|
|
"e2e:smoke": "node --test ./test/*.spec.ts"
|
|
}
|
|
}
|