2025-03-12 08:17:34 +01:00
|
|
|
{
|
2025-03-18 10:48:21 +01:00
|
|
|
"name": "bun-ssh-portfolio",
|
|
|
|
|
"module": "index.ts",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "bun index.ts",
|
2025-03-18 11:24:32 +01:00
|
|
|
"dev": "bun --watch .",
|
|
|
|
|
"prod": "bun install && bun run start"
|
2025-03-18 10:48:21 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/bun": "latest"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/qrcode-terminal": "^0.12.2",
|
|
|
|
|
"@types/ssh2": "^1.15.4",
|
|
|
|
|
"ansi-escapes": "^7.0.0",
|
|
|
|
|
"qrcode-terminal": "^0.12.0",
|
|
|
|
|
"ssh2": "^1.16.0"
|
|
|
|
|
}
|
|
|
|
|
}
|