{
  "name": "@eclipse-emfcloud/modelserver-client",
  "description": "Typescript rest client to interact with an EMF.cloud modelserver",
  "license": "(EPL-2.0 OR MIT)",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index",
  "types": "lib/index",
  "keywords": [
    "model-server",
    "EMF",
    "modeling"
  ],
  "homepage": "https://www.eclipse.org/emfcloud/",
  "bugs": "https://github.com/eclipse-emfcloud/emfcloud-modelserver-theia/issues",
  "version": "0.8.0-theia-cr03",
  "files": [
    "lib",
    "src"
  ],
  "contributors": [
    {
      "name": "STMicroelectronics",
      "url": "https://www.st.com/"
    },
    {
      "name": "Eclipse emf.cloud Project",
      "email": "emfcloud-dev@eclipse.org",
      "url": "https://projects.eclipse.org/projects/ecd.emfcloud"
    },
    {
      "name": "Vincent HEMERY (CS GROUP - France)",
      "email": "vincent.hemery@csgroup.eu",
      "url": "https://www.csgroup.eu/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/eclipse-emfcloud/emfcloud-modelserver-theia.git"
  },
  "dependencies": {
    "axios": "^0.24.0",
    "events": "^3.3.0",
    "fast-json-patch": "^3.1.0",
    "isomorphic-ws": "^4.0.1",
    "urijs": "^1.19.11",
    "ws": "^7.1.2"
  },
  "devDependencies": {
    "@types/moxios": "0.4.14",
    "@types/urijs": "^1.19.19",
    "@types/ws": "8.2.2",
    "ignore-styles": "^5.0.1",
    "moxios": "^0.4.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.6.3"
  },
  "scripts": {
    "prepare": "yarn run clean && yarn run build",
    "clean": "rimraf lib",
    "build": "tsc && yarn run lint",
    "lint": "eslint --ext .ts,.tsx ./src",
    "watch": "tsc -w",
    "test": "mocha --config ../../configs/.mocharc.json",
    "test:ci": "mocha --config ../../configs/.mocharc.ci.json"
  },
  "gitHead": "7add09b27277a3a74f5330693d7617a254357042"
}
