deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
39
packages/terminal-manager/package.json
Normal file
39
packages/terminal-manager/package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "@theia/terminal-manager",
|
||||
"version": "1.68.0",
|
||||
"description": "Theia - Terminal Manager Extension",
|
||||
"keywords": [
|
||||
"theia-extension"
|
||||
],
|
||||
"homepage": "https://github.com/eclipse-theia/theia",
|
||||
"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"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "theiaext build",
|
||||
"clean": "theiaext clean",
|
||||
"compile": "theiaext compile",
|
||||
"lint": "theiaext lint",
|
||||
"test": "theiaext test",
|
||||
"watch": "theiaext watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@theia/core": "1.68.0",
|
||||
"@theia/preferences": "1.68.0",
|
||||
"@theia/terminal": "1.68.0"
|
||||
},
|
||||
"theiaExtensions": [
|
||||
{
|
||||
"frontend": "lib/browser/terminal-manager-frontend-module"
|
||||
}
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user