Files
ide/packages/ssh/package.json
T
2026-05-10 14:08:25 +00:00

19 lines
337 B
JSON

{
"name": "@git.zone/ide-ssh",
"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/**/*"
]
}