npm-caffeine
Version:
Keep your dev session alive by pinging a port and logging uptime.
22 lines (21 loc) • 407 B
JSON
{
"name": "npm-caffeine",
"version": "1.0.4",
"description": "Keep your dev session alive by pinging a port and logging uptime.",
"bin": {
"caffeine": "./index.js"
},
"main": "index.js",
"keywords": [
"caffeine",
"keep-alive",
"dev-tools",
"cli"
],
"author": "Manindra Bollam",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"chalk": "^5.3.0"
}
}