@eclipse-glsp/theia-integration
Version:
Glue code to integrate GLSP clients into Eclipse Theia
69 lines (68 loc) • 1.71 kB
JSON
{
"name": "@eclipse-glsp/theia-integration",
"version": "2.4.0-theia.1.60.0",
"description": "Glue code to integrate GLSP clients into Eclipse Theia",
"keywords": [
"theia-extension",
"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-theia-integration.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/browser/index",
"files": [
"lib",
"src",
"css"
],
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib *.tsbuildinfo ",
"generate:index": "glsp generateIndex src/browser src/common src/node -s -f",
"lint": "eslint --ext .ts,.tsx ./src",
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "2.4.0",
"ws": "~8.11.0"
},
"devDependencies": {
"@types/ws": "^8.5.4"
},
"peerDependencies": {
"@theia/core": "^1.49.1",
"@theia/filesystem": "^1.49.1",
"@theia/messages": "^1.49.1",
"@theia/monaco": "^1.49.1"
},
"publishConfig": {
"access": "public"
},
"theiaExtensions": [
{
"frontend": "lib/browser/theia-integration-frontend-module",
"backend": "lib/node/theia-integration-backend-module"
}
],
"gitHead": "421039c884353ccc49fbf3f206d9e1d15f54cbfb"
}