Spaces:
Paused
Paused
File size: 746 Bytes
45030dc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
{
"name": "keep-online",
"version": "1.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"
}
} |