stack/apps/dev-launchpad/package.json
2026-04-09 13:36:23 -07:00

15 lines
391 B
JSON

{
"name": "@stackframe/dev-launchpad",
"version": "2.8.81",
"repository": "https://github.com/stack-auth/stack-auth",
"private": true,
"scripts": {
"dev": "node scripts/write-env-config.js && serve -p ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}00 -s public",
"clean": "rimraf node_modules"
},
"dependencies": {
"serve": "^14.2.4"
},
"packageManager": "pnpm@10.23.0"
}