mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
13 lines
215 B
JSON
13 lines
215 B
JSON
{
|
|
"name": "@stackframe/oauth-mock-server",
|
|
"version": "2.6.37",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "serve -p 8100 -s public"
|
|
},
|
|
"dependencies": {
|
|
"serve": "^14.2.4"
|
|
}
|
|
}
|