{
  "name": "@abaplint/monaco",
  "version": "2.120.35",
  "description": "ABAP language support for Monaco Editor",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "funding": "https://github.com/sponsors/larshp",
  "scripts": {
    "test": "tsc",
    "publish:minor": "npm --no-git-tag-version version minor && rimraf build && npm install && npm run test && npm publish --access public",
    "publish:patch": "npm --no-git-tag-version version patch && rimraf build && npm install && npm run test && npm publish --access public"
  },
  "author": "Lars Hvam Petersen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abaplint/abaplint/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abaplint/abaplint.git"
  },
  "homepage": "https://abaplint.org",
  "devDependencies": {
    "monaco-editor-core": "^0.44.0",
    "rimraf": "^6.1.3",
    "typescript": "^7.0.2",
    "vscode-languageserver-types": "^3.18.0"
  },
  "dependencies": {
    "@abaplint/core": "^2.120.35"
  }
}
