{
  "name": "template-project",
  "private": true,
  "scripts": {
    "module:doc:check": "erp-kit module check --path modules",
    "module:doc:sync-check": "erp-kit module sync-check --path modules",
    "app:doc:check": "for d in apps/*/; do erp-kit app check --path \"$d\" || exit 1; done",
    "app:doc:sync-check": "for d in apps/*/; do erp-kit app sync-check --path \"$d\" || exit 1; done",
    "test:unit": "pnpm --recursive --if-present run test",
    "test:integration": "pnpm --recursive --if-present run test:integration",
    "format": "oxfmt --write .",
    "format:check": "oxfmt --check ."
  },
  "devDependencies": {
    "@tailor-platform/erp-kit": "workspace:*",
    "oxfmt": "0.65.0"
  },
  "packageManager": "pnpm@11.24.0"
}
