mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Lint & build / lint_and_build (18.x) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Waiting to run
Publish Docs / run (push) Waiting to run
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"name": "@stackframe/oauth-mock-server",
|
|
"version": "2.5.15",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts",
|
|
"dev": "tsx watch --clear-screen=false src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@types/oidc-provider": "^8.5.1",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"oidc-provider": "^8.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.16.2"
|
|
}
|
|
}
|