Duplicated from ole2242527/sub2api
3fa3c03
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "name": "sub2api-hf-space", "version": "0.1.0", "private": true, "type": "module", "scripts": { "check:supabase": "node scripts/check-supabase.mjs" }, "dependencies": { "dotenv": "^16.4.7", "pg": "^8.13.1" } }