{ "$schema": "https://appwrite.io/docs/schemas/functions.json", "name": "check-cloudflare-status", "entrypoint": "src/index.js", "runtime": "node-20.0", "commands": ["npm install"], "ignore": ["node_modules", ".npm", "npm-debug.log", "build"] }