{
  "monorepo": {
    "name": "personal-workbench-business-flywheel-os",
    "version": "0.3.0",
    "private": true,
    "type": "module",
    "description": "User-work-centered OS: Personal Workbench + Business Flywheel + Shared Core.",
    "scripts": {
      "test": "node tests/run-all.js",
      "test:shared": "node packages/shared-core/tests/run-tests.js",
      "test:workbench": "node apps/workbench-mvp/tests/run-tests.js",
      "test:light-food": "node apps/light-food-print-writeback-mock/tests/run-tests.js",
      "start:workbench": "node apps/workbench-mvp/src/server.js",
      "start:light-food": "node apps/light-food-print-writeback-mock/src/server.js"
    },
    "engines": {
      "node": ">=18"
    }
  },
  "reports": [
    {
      "path": "code/personal-workbench-business-flywheel-os-monorepo-v0.3/reports/monorepo-test-report.json",
      "status": "PASS",
      "tests": "3/3"
    },
    {
      "path": "code/personal-workbench-business-flywheel-os-monorepo-v0.3/apps/workbench-mvp/reports/workbench-mvp-test-report.json",
      "status": "PASS",
      "tests": "10/10"
    },
    {
      "path": "code/personal-workbench-business-flywheel-os-monorepo-v0.3/apps/light-food-print-writeback-mock/reports/mock-implementation-test-report.json",
      "status": "PASS",
      "tests": "10/10"
    },
    {
      "path": "code/personal-workbench-business-flywheel-os-monorepo-v0.3/packages/shared-core/reports/shared-core-test-report.json",
      "status": "PASS",
      "tests": "10/10"
    }
  ]
}