mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.6) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.6) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"name": "@stackframe/e2e-tests",
|
|
"version": "2.5.25",
|
|
"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",
|
|
"oslo": "^1.2.1"
|
|
}
|
|
}
|