mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"name": "@stackframe/e2e-tests",
|
|
"version": "2.4.24",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "dotenv -c -- vitest watch",
|
|
"test:ci": "vitest run"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"dotenv-cli": "7.4.1"
|
|
}
|
|
}
|