mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
23 lines
513 B
JSON
23 lines
513 B
JSON
{
|
|
"name": "@stackframe/e2e-tests",
|
|
"version": "2.8.28",
|
|
"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:*",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"jose": "^5.6.3"
|
|
}
|
|
}
|