{
  "name": "antara-flexia-monorepo",
  "private": true,
  "type": "module",
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "build": "npm run build --workspaces --if-present",
    "lint": "eslint .",
    "typecheck": "npm run typecheck --workspaces --if-present",
    "test:contracts": "node tools/validate-openapi.mjs",
    "ci": "npm run test:contracts && npm run lint && npm run typecheck && npm run build"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "eslint": "^9.15.0",
    "globals": "^15.12.0",
    "typescript-eslint": "^8.15.0",
    "typescript": "^5.6.3",
    "prettier": "^3.3.3",
    "yaml": "^2.6.1"
  }
}
