19 lines
337 B
JSON
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/**/*"
|
|
]
|
|
}
|