Initialize remote IDE scaffold
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
Reference in New Issue
Block a user