mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-06 11:30:05 +00:00
14 lines
311 B
JSON
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"
|
|
}
|
|
}
|