5bc81d5b3b
iOS SwiftUI app with Supabase auth/realtime, Node.js backend, Docker/Supabase self-hosted infrastructure, and APNs scheduler. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"name": "nightly-scheduler",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^2.49.0",
|
|
"node-apn": "^3.0.0"
|
|
}
|
|
}
|