{ "name": "celestia-backend", "version": "1.0.0", "description": "", "license": "ISC", "author": "", "type": "commonjs", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "dependencies": { "@supabase/supabase-js": "^2.49.1", "axios": "^1.8.1", "cron": "^4.1.0", "dotenv": "^16.4.7", "express": "^4.21.2", "node-cron": "^3.0.3" } }