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
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"name": "@stackframe/oauth-mock-server",
|
|
"version": "2.5.25",
|
|
"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"
|
|
}
|
|
}
|