{ "name": "keep-online", "version": "2.0.0", "description": "Automatically keep your services online.", "main": "index.js", "author": "chokiproai", "license": "MIT", "private": false, "repository": { "type": "git", "url": "https://github.com/chokiproai/keep-online.git" }, "scripts": { "start": "node index.js" }, "dependencies": { "axios": "^1.6.2", "node-cron": "^2.0.1", "moment-timezone": "^0.5.34", "dotenv": "^10.0.0" }, "engines": { "node": ">=14" }, "keywords": [ "keep online", "auto", "monitor", "service" ], "homepage": "https://github.com/chokiproai/keep-online#readme", "bugs": { "url": "https://github.com/chokiproai/keep-online/issues" } }