Files
gob-alert/package.json
alexandrump 82f3464565 first commit
2026-02-09 01:02:53 +01:00

19 lines
317 B
JSON

{
"name": "gob-alert",
"private": true,
"version": "0.1.0",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"bootstrap": "pnpm install",
"dev": "turbo run dev",
"build": "turbo run build",
"start": "turbo run start"
},
"devDependencies": {
"turbo": "^1.10.11"
}
}