UNPKG

@0xdaniiel/keepawake

Version:

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

33 lines (32 loc) 819 B
{ "name": "@0xdaniiel/keepawake", "version": "1.0.1", "description": "Prevents your Node.js process or online dev session from going to sleep by running a persistent heartbeat.", "bin": { "keepawake": "./bin/index.mjs" }, "repository": { "type": "git", "url": "https://github.com/0xdaniiel/keepawake.git" }, "bugs": { "url": "https://github.com/0xdaniiel/keepawake/issues" }, "homepage": "https://github.com/0xdaniiel/keepawake#readme", "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" }