/
dluchko
/
verta
Обзор
Документация
Войти
/
dluchko
/
verta
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
host-agent/package.json
29 строк
733 B
dluchko
Initial commit: Verta Cloud Computer Platform MVP
06 июл 2026, 09:40
06 июл 2026, 09:40
89697a4
Код
Авторство
О чём код?
{ "name": "verta-host-agent", "version": "0.1.0", "description": "Verta Host Agent - Windows service for cloud computer hosting", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "watch": "tsc --watch", "clean": "rm -rf dist" }, "dependencies": { "ws": "^8.14.2", "axios": "^1.6.2", "node-windows": "^1.0.0", "child-process-promise": "^2.2.2", "fs-extra": "^11.2.0", "winreg": "^1.2.5", "systeminformation": "^5.21.9" }, "devDependencies": { "@types/node": "^20.10.0", "@types/ws": "^8.5.10", "@types/fs-extra": "^11.0.4", "@types/winreg": "^1.0.35", "typescript": "^5.3.3" } }