@theia/task
Version:
Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.
63 lines (62 loc) • 1.65 kB
JSON
{
"name": "@theia/task",
"version": "1.64.1",
"description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.",
"dependencies": {
"@theia/core": "1.64.1",
"@theia/editor": "1.64.1",
"@theia/filesystem": "1.64.1",
"@theia/markers": "1.64.1",
"@theia/monaco": "1.64.1",
"@theia/monaco-editor-core": "1.96.302",
"@theia/process": "1.64.1",
"@theia/terminal": "1.64.1",
"@theia/userstorage": "1.64.1",
"@theia/variable-resolver": "1.64.1",
"@theia/workspace": "1.64.1",
"async-mutex": "^0.3.1",
"jsonc-parser": "^2.2.0",
"p-debounce": "^2.1.0",
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
},
"theiaExtensions": [
{
"frontend": "lib/browser/task-frontend-module",
"backend": "lib/node/task-backend-module"
}
],
"keywords": [
"theia-extension"
],
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-theia/theia.git"
},
"bugs": {
"url": "https://github.com/eclipse-theia/theia/issues"
},
"homepage": "https://github.com/eclipse-theia/theia",
"files": [
"lib",
"src"
],
"scripts": {
"build": "theiaext build",
"clean": "theiaext clean",
"compile": "theiaext compile",
"lint": "theiaext lint",
"test": "theiaext test",
"watch": "theiaext watch"
},
"devDependencies": {
"@theia/ext-scripts": "1.64.1"
},
"nyc": {
"extends": "../../configs/nyc.json"
},
"gitHead": "63e84b05db2d2eda0add659f67e9552887b0da8e"
}