{
  "name": "@eclipse-glsp/client",
  "version": "2.4.0",
  "description": "A sprotty-based client for GLSP",
  "keywords": [
    "eclipse",
    "graphics",
    "diagram",
    "modeling",
    "visualization",
    "glsp",
    "diagram editor"
  ],
  "homepage": "https://www.eclipse.org/glsp/",
  "bugs": "https://github.com/eclipse-glsp/glsp/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/eclipse-glsp/glsp-client.git"
  },
  "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
  "author": {
    "name": "Eclipse GLSP"
  },
  "contributors": [
    {
      "name": "Eclipse GLSP Project",
      "email": "glsp-dev@eclipse.org",
      "url": "https://projects.eclipse.org/projects/ecd.glsp"
    }
  ],
  "main": "lib/index",
  "types": "lib/index",
  "files": [
    "lib",
    "src",
    "css"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf lib *.tsbuildinfo  coverage .nyc_output",
    "generate:index": "glsp generateIndex src -f -s",
    "lint": "eslint --ext .ts,.tsx ./src",
    "test": "mocha --config ../../.mocharc \"./src/**/*.spec.?(ts|tsx)\"",
    "test:ci": "export JUNIT_REPORT_PATH=./report.xml && yarn test --reporter mocha-jenkins-reporter",
    "test:coverage": "nyc yarn test",
    "watch": "tsc -w"
  },
  "dependencies": {
    "@eclipse-glsp/sprotty": "2.4.0",
    "autocompleter": "^9.1.2",
    "file-saver": "^2.0.5",
    "lodash": "4.17.21",
    "snabbdom": "~3.5.1",
    "vscode-jsonrpc": "8.2.0"
  },
  "devDependencies": {
    "@types/file-saver": "^2.0.5",
    "@types/lodash": "4.14.191"
  },
  "peerDependencies": {
    "inversify": "^6.1.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "5b85b5c4e16e1efc7e936e41d21cc9acc9ad9a03"
}
