UNPKG

node-red-contrib-presence-faker

Version:

Simulates home occupancy by intermittently activating and deactivating devices (e.g. lights) at random intervals

58 lines (57 loc) 1.19 kB
{ "name": "node-red-contrib-presence-faker", "version": "1.8.11", "description": "Simulates home occupancy by intermittently activating and deactivating devices (e.g. lights) at random intervals", "main": "index.js", "author": "Cornelius Suermann", "license": "MIT", "keywords": [ "node-red", "smart home", "vacation", "presence", "lights", "cron", "occupation", "simulator" ], "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/csuermann/node-red-contrib-presence-faker.git" }, "scripts": { "test": "mocha \"test/**/*_spec.js\"" }, "engines": { "node": ">=12.0.0" }, "node-red": { "nodes": { "presence-faker": "presence-faker.js" }, "version": ">=2.1.0" }, "dependencies": { "cron": "^3.5.0", "dayjs": "^1.11.13" }, "devDependencies": { "eslint": "^9.18.0", "mocha": "^11.0.1", "node-red": "^4.0.8", "node-red-node-test-helper": "^0.3.4" }, "prettier": { "trailingComma": "es5", "tabWidth": 2, "semi": false, "singleQuote": true }, "release": { "branches": [ "master", "next" ] } }