UNPKG

@0xdaniiel/keepawake

Version:

Prevents your Node.js process or online dev session from going to sleep by running a persistent heartbeat.

25 lines (24 loc) 550 B
{ "name": "@0xdaniiel/keepawake", "version": "1.0.0", "description": "Prevents your Node.js process or online dev session from going to sleep by running a persistent heartbeat.", "bin": { "keepawake": "./bin/index.mjs" }, "scripts": { "start": "node ./bin/index.mjs", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "keepalive", "prevent-sleep", "nodejs", "heartbeat", "devtool", "stay-awake", "cli" ], "author": "0xDaniiel", "license": "ISC", "type": "module" }