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
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@git.zone/ide-server-installer",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@git.zone/ide-protocol": "workspace:*"
},
"files": [
"ts/**/*",
"dist_ts/**/*"
]
}