deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
48
packages/memory-inspector/package.json
Normal file
48
packages/memory-inspector/package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "@theia/memory-inspector",
|
||||
"version": "1.68.0",
|
||||
"description": "Theia - Memory Inspector",
|
||||
"keywords": [
|
||||
"theia-extension"
|
||||
],
|
||||
"homepage": "https://github.com/eclipse-theia/theia",
|
||||
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/eclipse-theia/theia.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/eclipse-theia/theia/issues"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "theiaext build",
|
||||
"clean": "theiaext clean",
|
||||
"compile": "theiaext compile",
|
||||
"lint": "theiaext lint",
|
||||
"test": "theiaext test",
|
||||
"watch": "theiaext watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@theia/core": "1.68.0",
|
||||
"@theia/debug": "1.68.0",
|
||||
"@vscode/debugprotocol": "^1.51.0",
|
||||
"long": "^4.0.0",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/long": "^4.0.0"
|
||||
},
|
||||
"theiaExtensions": [
|
||||
{
|
||||
"frontend": "lib/browser/memory-inspector-frontend-module"
|
||||
}
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "21358137e41342742707f660b8e222f940a27652"
|
||||
}
|
||||
Reference in New Issue
Block a user