Complete rename across all layers: UI branding, package names (@smashpoint/web, @smashpoint/shared), infrastructure (Docker, DB config), seed data, documentation, and logo/favicon. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"name": "smashpoint",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"type-check": "turbo type-check",
|
|
"db:generate": "turbo db:generate",
|
|
"db:push": "turbo db:push"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.0.0"
|
|
},
|
|
"packageManager": "pnpm@8.15.0"
|
|
}
|