-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 960 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@eclipse-glsp-examples/workflow-server-mcp-demo",
"version": "2.8.0-next",
"private": true,
"description": "Browser demo that drives the @eclipse-glsp/server-mcp portable Fetch handler against the workflow web server bundle.",
"homepage": "https://www.eclipse.org/glsp/",
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-glsp/glsp-server-node.git"
},
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": {
"name": "Eclipse GLSP"
},
"scripts": {
"build": "webpack",
"clean": "rimraf dist",
"prestart": "node ./scripts/prepare-dist.mjs && yarn build",
"start": "npx -y serve -l 8000 ./dist"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-server-bundled-web": "2.8.0-next"
},
"devDependencies": {
"vscode-jsonrpc": "8.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}