{
  "name": "@theia/ai-ide",
  "version": "1.75.0",
  "description": "AI IDE Agents Extension",
  "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/eclipse-theia/theia.git"
  },
  "bugs": {
    "url": "https://github.com/eclipse-theia/theia/issues"
  },
  "homepage": "https://github.com/eclipse-theia/theia",
  "keywords": [
    "theia-extension"
  ],
  "dependencies": {
    "@theia/ai-chat": "1.75.0",
    "@theia/ai-chat-ui": "1.75.0",
    "@theia/ai-core": "1.75.0",
    "@theia/ai-core-ui": "1.75.0",
    "@theia/ai-mcp": "1.75.0",
    "@theia/ai-terminal": "1.75.0",
    "@theia/core": "1.75.0",
    "@theia/debug": "1.75.0",
    "@theia/editor": "1.75.0",
    "@theia/file-search": "1.75.0",
    "@theia/filesystem": "1.75.0",
    "@theia/markers": "1.75.0",
    "@theia/monaco": "1.75.0",
    "@theia/navigator": "1.75.0",
    "@theia/preferences": "1.75.0",
    "@theia/scm": "1.75.0",
    "@theia/search-in-workspace": "1.75.0",
    "@theia/task": "1.75.0",
    "@theia/terminal": "1.75.0",
    "@theia/workspace": "1.75.0",
    "date-fns": "^4.4.0",
    "ignore": "^6.0.2",
    "js-yaml": "^4.3.1",
    "minimatch": "^10.2.6",
    "puppeteer-core": "^25.1.0",
    "simple-git": "^3.36.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@theia/cli": "1.75.0",
    "@theia/test": "1.75.0"
  },
  "theiaExtensions": [
    {
      "frontend": "lib/browser/frontend-module",
      "secondaryWindow": "lib/browser/frontend-module",
      "backend": "lib/node/backend-module"
    }
  ],
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "theiaext build",
    "clean": "theiaext clean",
    "compile": "theiaext compile",
    "lint": "theiaext lint",
    "test": "theiaext test",
    "watch": "theiaext watch"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "6d8e911f05f0fd9a13d76797e79b21ee3f038bc2"
}
