{
  "version": "4.4.0",
  "name": "@gameguild/emception-ide",
  "description": "Reactive <Ide> React 19 component + <emception-ide> custom-element wrapper for raw HTML / Next.",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": [
    "./dist/webcomponent/emception-ide.js",
    "./src/styles/theme.css"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./webcomponent": {
      "import": "./dist/webcomponent/emception-ide.js",
      "types": "./dist/webcomponent/emception-ide.d.ts"
    },
    "./bundled": {
      "import": "./dist/bundled.js",
      "types": "./dist/bundled.d.ts"
    },
    "./styles/theme.css": "./src/styles/theme.css"
  },
  "files": [
    "dist",
    "examples",
    "src/styles",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gameguild-gg/gameguild.git",
    "directory": "tools/emception/packages/ide"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit",
    "test": "node -e \"console.log('ide: no tests yet')\"",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@gameguild/emception-browser": "*",
    "emception": "*"
  },
  "peerDependencies": {
    "@gameguild/emception-xterm": "*",
    "@monaco-editor/react": "^4.7.0",
    "@xterm/addon-fit": "^0.11.0",
    "@xterm/xterm": "^6.0.0",
    "react": "^19",
    "react-dom": "^19",
    "react-resizable-panels": "^4.12.2"
  },
  "peerDependenciesMeta": {
    "@gameguild/emception-xterm": {
      "optional": true
    },
    "@xterm/addon-fit": {
      "optional": true
    },
    "@xterm/xterm": {
      "optional": true
    }
  },
  "devDependencies": {
    "@monaco-editor/react": "^4.7.0",
    "@types/jest": "^30.0.0",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@xterm/addon-fit": "^0.11.0",
    "@xterm/xterm": "^6.0.0",
    "react": "^19",
    "react-dom": "^19",
    "react-resizable-panels": "^4.12.2",
    "typescript": "^5.3.0"
  }
}
