mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|
"name": "@stackframe/e2e-tests",
|
|
"version": "2.8.7",
|
|
"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": {
|
|
"@stackframe/js": "workspace:*",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"dotenv": "^16.4.5",
|
|
"jose": "^5.2.2",
|
|
"@oslojs/otp": "^1.1.0"
|
|
}
|
|
}
|