stack/apps/e2e/package.json
2026-05-19 16:22:10 -07:00

30 lines
748 B
JSON

{
"name": "@stackframe/e2e-tests",
"version": "2.8.90",
"repository": "https://github.com/hexclave/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"
}