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