Initialize remote IDE scaffold

This commit is contained in:
2026-05-10 14:08:25 +00:00
commit 138eea3231
97 changed files with 21129 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"name": "@git.zone/ide-extension-product",
"version": "0.1.0",
"private": true,
"keywords": ["theia-extension"],
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@theia/core": "1.71.0"
},
"theiaExtensions": [
{
"frontend": "lib/browser/gitzone-product-frontend-module"
}
],
"files": ["src", "lib"]
}