Files
ssh-updater/package.json
T
dinlo e0a986eb30 Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 18:45:31 +08:00

16 lines
301 B
JSON

{
"name": "ssh-updater",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node --loader ts-node/esm index.ts"
},
"dependencies": {
"node-ssh": "^13.2.0"
},
"devDependencies": {
"@types/node": "^20.x.x",
"ts-node": "^10.9.2",
"typescript": "^5.x.x"
}
}