{
  "name": "PROJECT_NAME",
  "private": true,
  "workspaces": ["api", "web"],
  "description": "A full-stack app made with Manifest: https://manifest.build",
  "scripts": {
    "start": "concurrently \"npm run start:api\" \"npm run start:web\"",
    "start:api": "npm run start --workspace=api",
    "start:web": "npm run start --workspace=web",
    "seed": "npm run seed --workspace=api"
  },
  "devDependencies": {
    "concurrently": "^8.0.0"
  }
}
