NuvioStreaming/server/sync-switch/package.json
2026-06-17 23:29:00 +05:30

14 lines
311 B
JSON

{
"name": "nuvio-sync-switch",
"version": "0.1.0",
"private": true,
"description": "Minimal VPS-hosted switch API for Nuvio Supabase backend selection.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"check": "node --check index.js"
},
"engines": {
"node": ">=18"
}
}