{
  "name": "monaco-editor-core",
  "private": false,
  "version": "0.57.0",
  "description": "A browser based code editor",
  "author": "Microsoft Corporation",
  "license": "MIT",
  "typings": "./esm/vs/editor/editor.api.d.ts",
  "module": "./esm/vs/editor/editor.main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/vscode"
  },
  "bugs": {
    "url": "https://github.com/microsoft/vscode/issues"
  },
  "vscodeCommitId": "6a598d4a13031703d483d103c1d934a36ad27971",
  "dependencies": {
    "marked": "14.0.0",
    "dompurify": "3.4.15"
  }
}