gigafibre-fsm/services/targo-hub/package.json
louispaulb 320655b0a0 refactor: major cleanup — remove dead dispatch app, commit all backend code, extract client composables
- Remove apps/dispatch/ (100% replaced by ops dispatch module, unmaintained)
- Commit services/targo-hub/lib/ (24 modules, 6290 lines — was never tracked)
- Commit services/docuseal + services/legacy-db docker-compose configs
- Extract client app composables: useOTP, useAddressSearch, catalog data, format utils
- Refactor CartPage.vue 630→175 lines, CatalogPage.vue 375→95 lines
- Clean hardcoded credentials from config.js fallback values
- Add client portal: catalog, cart, checkout, OTP verification, address search
- Add ops: NetworkPage, AgentFlowsPage, ConversationPanel, UnifiedCreateModal
- Add ops composables: useBestTech, useConversations, usePermissions, useScanner
- Add field app: scanner composable, docker/nginx configs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 17:38:38 -04:00

17 lines
342 B
JSON

{
"name": "targo-hub",
"version": "1.0.0",
"description": "SSE relay + unified message hub for Targo/Gigafibre",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"twilio": "^5.5.0",
"pg": "^8.13.0",
"mysql2": "^3.11.0",
"web-push": "^3.6.7",
"nodemailer": "^6.9.16"
}
}