UNPKG

@eclipse-glsp/protocol

Version:

The protocol definition for client-server communication in GLSP

63 lines (62 loc) 1.58 kB
{ "name": "@eclipse-glsp/protocol", "version": "2.7.0", "description": "The protocol definition for client-server communication in 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" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib *.tsbuildinfo coverage .nyc_output", "generate:index": "glsp generateIndex src/di src -f -s", "lint": "eslint ./src", "test": "mocha --config ../../.mocharc \"./src/**/*.spec.?(ts|tsx)\"", "test:ci": "yarn test --reporter mocha-ctrf-json-reporter", "test:coverage": "nyc yarn test", "watch": "tsc -w" }, "dependencies": { "sprotty-protocol": "1.4.0", "uuid": "~14.0.0", "vscode-jsonrpc": "8.2.0" }, "devDependencies": { "@types/uuid": "~9.0.8" }, "peerDependencies": { "inversify": "^6.1.3" }, "publishConfig": { "access": "public" }, "gitHead": "edfadd9757cd4a7dcfbfaa7e7b8ffaa0fb8eefff" }