@eclipse-emfcloud/modelserver-markers-theia
Version:
64 lines (63 loc) • 1.6 kB
JSON
{
"name": "@eclipse-emfcloud/modelserver-markers-theia",
"license": "(EPL-2.0 OR MIT)",
"publishConfig": {
"access": "public"
},
"main": "lib/common/index.js",
"keywords": [
"theia-extension",
"model-server",
"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"
],
"author": {
"name": "Vincent HEMERY (CS GROUP - France)",
"email": "vincent.hemery@csgroup.eu"
},
"contributors": [
{
"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": {
"@eclipse-emfcloud/modelserver-client": "^0.8.0-theia-cr03"
},
"peerDependencies": {
"@theia/markers": "^1.33.0"
},
"devDependencies": {
"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"
},
"theiaExtensions": [
{
"frontend": "lib/browser/frontend-module"
}
],
"gitHead": "7add09b27277a3a74f5330693d7617a254357042"
}