{
  "name": "@codingame/monaco-vscode-xterm-common",
  "version": "33.0.9",
  "private": false,
  "description": "VSCode public API plugged on the monaco editor - common package depending on xterm",
  "keywords": [],
  "license": "MIT",
  "author": {
    "name": "CodinGame",
    "url": "http://www.codingame.com"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/CodinGame/monaco-vscode-api.git"
  },
  "type": "module",
  "dependencies": {
    "@codingame/monaco-vscode-api": "33.0.9",
    "@codingame/monaco-vscode-xterm-addons-common": "33.0.9",
    "@xterm/xterm": "6.1.0-beta.219"
  },
  "exports": {
    ".": {
      "default": "./empty.js"
    },
    "./vscode/*.css": {
      "default": "./vscode/src/*.css"
    },
    "./vscode/*": {
      "types": "./vscode/src/*.d.ts",
      "default": "./vscode/src/*.js"
    },
    "./*": {
      "types": "./*.d.ts",
      "default": "./*.js"
    }
  },
  "typesVersions": {
    "*": {
      "vscode/*": [
        "./vscode/src/*.d.ts"
      ]
    }
  }
}