node-on-idle
Version:
Trigger an onIdle event on nodejs application
37 lines • 825 B
JSON
{
"name": "node-on-idle",
"version": "1.0.0",
"description": "Trigger an onIdle event on nodejs application",
"main": "index.js",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "npm run lint && tap test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eomm/on-idle.git"
},
"author": "Manuel Spigolon <behemoth89@gmail.com> (https://github.com/Eomm)",
"license": "MIT",
"engines": {
"node": ">=12.19.0"
},
"bugs": {
"url": "https://github.com/Eomm/on-idle/issues"
},
"keywords": [
"idle",
"wait",
"busy",
"onidle",
"event",
"eventemitter",
"async"
],
"homepage": "https://github.com/Eomm/on-idle#readme",
"devDependencies": {
"standard": "^16.0.3",
"tap": "^14.11.0"
}
}