{
  "name": "@platform-modules/chatgpt-orchestrator-extension",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "node scripts/build.mjs",
    "package": "node scripts/build.mjs --package",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "tsx --test test/**/*.test.ts"
  },
  "dependencies": {
    "@platform-modules/chatgpt-orchestrator-protocol": "workspace:*",
    "@platform-modules/chatgpt-web-adapter": "workspace:*",
    "webextension-polyfill": "^0.12.0"
  },
  "devDependencies": {
    "@types/webextension-polyfill": "^0.12.3",
    "esbuild": "^0.25.0",
    "fflate": "^0.8.2"
  }
}
