{
  "name": "simstudio",
  "packageManager": "bun@1.3.3",
  "version": "0.0.0",
  "private": true,
  "license": "Apache-2.0",
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "build": "turbo run build",
    "dev": "turbo run dev",
    "dev:sockets": "cd apps/sim && bun run dev:sockets",
    "dev:full": "cd apps/sim && bun run dev:full",
    "test": "turbo run test",
    "format": "bunx biome format --write .",
    "format:check": "bunx biome format .",
    "lint": "bunx biome check --write --unsafe .",
    "lint:check": "bunx biome check --unsafe .",
    "lint:helm": "helm lint ./helm/sim --strict --values ./helm/sim/test/values-lint.yaml",
    "lint:all": "bun run lint && bun run lint:helm",
    "check": "bunx biome check --files-ignore-unknown=true",
    "prepare": "bun husky",
    "type-check": "turbo run type-check",
    "release": "bun run scripts/create-single-release.ts"
  },
  "overrides": {
    "react": "19.2.1",
    "react-dom": "19.2.1",
    "next": "16.1.0-canary.21",
    "@next/env": "16.1.0-canary.21",
    "drizzle-orm": "^0.44.5",
    "postgres": "^3.4.5"
  },
  "dependencies": {
    "@linear/sdk": "40.0.0",
    "next-runtime-env": "3.3.0",
    "@modelcontextprotocol/sdk": "1.24.0",
    "@t3-oss/env-nextjs": "0.13.4",
    "zod": "^3.24.2",
    "@tanstack/react-query": "5.90.8",
    "@tanstack/react-query-devtools": "5.90.2",
    "@types/fluent-ffmpeg": "2.1.28",
    "cronstrue": "3.3.0",
    "drizzle-orm": "^0.44.5",
    "ffmpeg-static": "5.3.0",
    "fluent-ffmpeg": "2.1.3",
    "isolated-vm": "6.0.2",
    "mongodb": "6.19.0",
    "neo4j-driver": "6.0.1",
    "nodemailer": "7.0.11",
    "onedollarstats": "0.0.10",
    "postgres": "^3.4.5",
    "remark-gfm": "4.0.1",
    "rss-parser": "3.13.0",
    "socket.io-client": "4.8.1",
    "twilio": "5.9.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.0.0-beta.5",
    "@next/env": "16.1.0-canary.21",
    "@octokit/rest": "^21.0.0",
    "@tailwindcss/typography": "0.5.19",
    "@types/nodemailer": "7.0.4",
    "drizzle-kit": "^0.31.4",
    "husky": "9.1.7",
    "lint-staged": "16.0.0",
    "turbo": "2.6.3"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,css,scss}": [
      "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
    ]
  },
  "trustedDependencies": [
    "ffmpeg-static",
    "isolated-vm",
    "sharp"
  ]
}
