mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
* Add dependency on @stackframe/js to e2e tests * add more * add some additional logic for issuing api key * more * fix window dependency * roll it back * chore: update package versions * Make Project description field non-nullable (#483) Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com> * Run E2E API tests on Node v22 too * Run E2E tests on latest Node.js version * Codegen + macros for SDK docs (#456) * add extra body * Add link to Docker image to docs * Permit signUpWithCredential in non-browser environments * get the tests running * remove * fix * update the interface * Update apps/e2e/tests/js/js-helpers.ts Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com> --------- Co-authored-by: Konstantin Wohlwend <n2d4xc@gmail.com> Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Zai Shi <zaishi00@outlook.com>
21 lines
479 B
JSON
21 lines
479 B
JSON
{
|
|
"name": "@stackframe/e2e-tests",
|
|
"version": "2.7.20",
|
|
"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",
|
|
"oslo": "^1.2.1"
|
|
}
|
|
}
|