stack/apps/dev-launchpad/package.json
devin-ai-integration[bot] eec01632b1
Add clean scripts to all packages/apps (#478)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: zai@stack-auth.com <zai@stack-auth.com>
2025-02-26 06:34:11 +01:00

13 lines
225 B
JSON

{
"name": "@stackframe/dev-launchpad",
"version": "2.7.18",
"private": true,
"scripts": {
"dev": "serve -p 8100 -s public",
"clean": "rimraf node_modules"
},
"dependencies": {
"serve": "^14.2.4"
}
}