Files
theia-code-os/packages/remote/package.json
mawkone 8bb5110148
Some checks failed
Playwright Tests / Playwright Tests (ubuntu-22.04, Node.js 22.x) (push) Has been cancelled
3PP License Check / 3PP License Check (11, 22.x, ubuntu-22.04) (push) Has been cancelled
Publish packages to NPM / Perform Publishing (push) Has been cancelled
deploy: current vibn theia state
Made-with: Cursor
2026-02-27 12:01:08 -08:00

71 lines
1.8 KiB
JSON

{
"name": "@theia/remote",
"version": "1.68.0",
"description": "Theia - Remote",
"dependencies": {
"@theia/core": "1.68.0",
"@theia/filesystem": "1.68.0",
"@theia/userstorage": "1.68.0",
"@theia/variable-resolver": "1.68.0",
"archiver": "^5.3.1",
"decompress": "^4.2.1",
"decompress-tar": "^4.0.0",
"decompress-targz": "^4.0.0",
"decompress-unzip": "^4.0.1",
"express-http-proxy": "^2.1.1",
"glob": "^8.1.0",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.3",
"ssh-config": "^5.0.3",
"ssh2": "^1.15.0",
"ssh2-sftp-client": "^9.1.0",
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
},
"theiaExtensions": [
{
"frontendElectron": "lib/electron-browser/remote-frontend-module",
"backendElectron": "lib/electron-node/remote-backend-module"
}
],
"keywords": [
"theia-extension"
],
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-theia/theia.git"
},
"bugs": {
"url": "https://github.com/theia-ide/theia/issues"
},
"homepage": "https://github.com/theia-ide/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.68.0",
"@types/archiver": "^5.3.2",
"@types/decompress": "^4.2.4",
"@types/express-http-proxy": "^1.6.6",
"@types/glob": "^8.1.0",
"@types/ssh2": "^1.11.11",
"@types/ssh2-sftp-client": "^9.0.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}