{
  "name": "langium-sprotty",
  "version": "4.3.0",
  "description": "Use Langium as source for Sprotty diagram models",
  "homepage": "https://langium.org",
  "keywords": [
    "language",
    "dsl",
    "diagram",
    "lsp",
    "language-server",
    "vscode",
    "visualization",
    "modeling"
  ],
  "license": "MIT",
  "files": [
    "lib",
    "src"
  ],
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    }
  },
  "scripts": {
    "clean": "shx rm -rf lib coverage",
    "build": "tsc",
    "watch": "tsc --watch",
    "publish:next": "npm --no-git-tag-version version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" && npm publish --tag next",
    "publish:latest": "npm publish --tag latest --access public"
  },
  "dependencies": {
    "langium": "~4.3.0",
    "sprotty-protocol": "^1.0.0",
    "vscode-languageserver": "~10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eclipse-langium/langium.git",
    "directory": "packages/langium-sprotty"
  },
  "bugs": "https://github.com/eclipse-langium/langium/issues",
  "author": {
    "name": "TypeFox",
    "url": "https://www.typefox.io"
  }
}
