@eclipse-emfcloud/model-service-theia
Version:
Model service Theia
93 lines (92 loc) • 2.64 kB
JSON
{
"name": "@eclipse-emfcloud/model-service-theia",
"version": "1.2.3",
"description": "Model service Theia",
"keywords": [
"theia-extension",
"eclipse",
"emfcloud",
"model-management"
],
"license": "(EPL-2.0 OR MIT)",
"contributors": [
{
"name": "Eclipse EMF Cloud Project",
"email": "emfcloud-dev@eclipse.org",
"url": "https://projects.eclipse.org/projects/ecd.emfcloud"
}
],
"homepage": "https://www.eclipse.org/emfcloud/",
"bugs": "https://github.com/eclipse-emfcloud/modelhub/issues",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-emfcloud/modelhub.git"
},
"publishConfig": {
"access": "public"
},
"engines": {
"yarn": ">=1.7.0 <2.x.x",
"node": ">=18.0.0"
},
"files": [
"lib",
"src",
"LICENSE"
],
"main": "lib/index",
"types": "lib/index",
"dependencies": {
"@eclipse-emfcloud/model-service": "1.0.3",
"@theia/core": "*"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.2.22",
"@types/chai-like": "^1.1.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.3",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"chai": "^4.3.4",
"chai-like": "^1.1.1",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^6.0.1",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.1",
"typescript": "~5.6.3"
},
"theiaExtensions": [
{
"frontend": "lib/browser/frontend-module",
"backend": "lib/node/backend-module"
}
],
"scripts": {
"prepare": "yarn clean && yarn build",
"clean": "rimraf lib",
"clean:coverage": "rimraf .nyc_output coverage",
"lint": "eslint --max-warnings 0 -c ../../.eslintrc.json --ext .ts,.tsx ./src",
"lint:fix": "eslint -c ../../.eslintrc.json --fix --ext .ts,.tsx ./src",
"build": "tsc",
"test": "yarn run test:ci",
"test:ci": "mocha --config .mocharc.json \"./src/**/*.spec.?(ts|tsx)\"",
"test:coverage": "yarn clean:coverage && nyc yarn test",
"watch": "tsc -w"
},
"gitHead": "2a6fe8324f272f47f6396d191607ad6b656eadaa"
}