mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
30 lines
750 B
JSON
30 lines
750 B
JSON
{
|
|
"name": "@stackframe/e2e-tests",
|
|
"version": "2.8.87",
|
|
"repository": "https://github.com/stack-auth/stack-auth",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test:watch": "vitest watch",
|
|
"test": "vitest run",
|
|
"lint": "eslint --ext .tsx,.ts .",
|
|
"clean": "rimraf dist && rimraf node_modules",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@oslojs/otp": "^1.1.0",
|
|
"@stackframe/js": "workspace:*",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"convex": "^1.27.0",
|
|
"dotenv": "^16.4.5",
|
|
"js-beautify": "^1.15.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.15.6",
|
|
"@types/js-beautify": "^1.14.3",
|
|
"jose": "^5.6.3",
|
|
"pg": "^8.16.3"
|
|
},
|
|
"packageManager": "pnpm@10.23.0"
|
|
}
|