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