{
  "name": "bd-parcel-platform",
  "private": true,
  "version": "1.0.0",
  "type": "module",
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "dev:web": "npm --workspace @bdparcel/web run dev",
    "dev:api": "npm --workspace @bdparcel/api run dev",
    "dev:mobile": "npm --workspace @bdparcel/rider-mobile run start",
    "test": "node --test tests/*.test.js",
    "zip": "powershell -Command \"Compress-Archive -Path * -DestinationPath ../bd-parcel-platform.zip -Force\""
  }
}
