21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"name": "@git.zone/ide-extension-remote",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"keywords": ["theia-extension"],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@git.zone/ide-protocol": "workspace:*",
|
|
"@theia/core": "1.71.0"
|
|
},
|
|
"theiaExtensions": [
|
|
{
|
|
"frontend": "lib/browser/gitzone-remote-frontend-module",
|
|
"backend": "lib/node/gitzone-remote-backend-module"
|
|
}
|
|
],
|
|
"files": ["src", "lib"]
|
|
}
|