stack/apps/oauth-mock-server/package.json
Stan Wohlwend 4e267784f7
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
chore: update package versions
2024-08-02 15:49:42 -07:00

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"
}
}