{
  "name": "monaco-editor-auto-typings",
  "version": "0.4.6",
  "repository": {
    "type": "git",
    "url": "git@github.com:lukasbach/monaco-editor-auto-typings.git",
    "directory": "packages/core"
  },
  "author": "Lukas Bach",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "license": "MIT",
  "scripts": {
    "start": "tsc -w",
    "build": "tsc",
    "build-doc": "typedoc src/index.ts"
  },
  "peerDependencies": {
    "monaco-editor": "*"
  },
  "devDependencies": {
    "monaco-editor": "^0.34.0",
    "typedoc": "^0.22.13",
    "typescript": "^4.7.4"
  },
  "gitHead": "4787b40cd4dda2a0b49a125f08470d90206c4457"
}
