mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 16:11:44 +03:00
26 lines
545 B
JSON
26 lines
545 B
JSON
{
|
|
"name": "enso-gui-server",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"exports": "./src/index.mjs",
|
|
"author": {
|
|
"name": "Enso Team",
|
|
"email": "contact@enso.org"
|
|
},
|
|
"homepage": "https://github.com/enso-org/enso",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:enso-org/enso.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/enso-org/enso/issues"
|
|
},
|
|
"dependencies": {
|
|
"connect": "^3.7.0",
|
|
"morgan": "^1.10.0",
|
|
"portfinder": "^1.0.28",
|
|
"serve-static": "^1.15.0",
|
|
"ws": "^8.11.0"
|
|
}
|
|
}
|