{
  "name": "@almadar/shell",
  "version": "2.116.0",
  "private": false,
  "description": "Minimal full-stack shell template for Almadar applications",
  "devDependencies": {
    "concurrently": "^9.2.1",
    "turbo": "^2.8.17"
  },
  "files": [
    "packages",
    "locales",
    "pnpm-workspace.yaml",
    "turbo.json",
    "pnpm-lock.yaml",
    ".env.example",
    ".gitignore"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/almadar-io/almadar-shell.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "npx concurrently -n client,server -c blue,green \"pnpm --filter @almadar/shell-client dev\" \"pnpm --filter @almadar/shell-server dev\"",
    "build": "pnpm run -r build",
    "typecheck": "turbo run typecheck",
    "lint": "turbo run lint"
  }
}