81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
|
{
|
||
|
"_from": "node-red-contrib-telegrambot-home@0.5.2",
|
||
|
"_id": "node-red-contrib-telegrambot-home@0.5.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-haLR09/tcLhD6r9U6I3WgG15j5bDF9/SdDBAl90CX0lzIlbuFdILjPhidEyD5F2TQvrHrPCOmKyDx5/s560Q6A==",
|
||
|
"_location": "/node-red-contrib-telegrambot-home",
|
||
|
"_phantomChildren": {
|
||
|
"array.prototype.findindex": "2.0.2",
|
||
|
"bl": "1.2.2",
|
||
|
"bluebird": "3.7.2",
|
||
|
"depd": "1.1.2",
|
||
|
"end-of-stream": "1.4.4",
|
||
|
"eventemitter3": "3.1.2",
|
||
|
"file-type": "3.9.0",
|
||
|
"mime": "1.6.0",
|
||
|
"once": "1.4.0",
|
||
|
"request": "2.88.0",
|
||
|
"request-promise": "4.2.5"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "node-red-contrib-telegrambot-home@0.5.2",
|
||
|
"name": "node-red-contrib-telegrambot-home",
|
||
|
"escapedName": "node-red-contrib-telegrambot-home",
|
||
|
"rawSpec": "0.5.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.5.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/node-red-contrib-telegrambot-home/-/node-red-contrib-telegrambot-home-0.5.2.tgz",
|
||
|
"_shasum": "380f04cbd3a760555a83f22696b83d867c678688",
|
||
|
"_spec": "node-red-contrib-telegrambot-home@0.5.2",
|
||
|
"_where": "/data",
|
||
|
"author": {
|
||
|
"name": "Stephen Craton"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/scraton/node-red-contrib-telegrambot-home/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"node-telegram-bot-api": "^0.30.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Useful nodes for connecting your home to Telegram",
|
||
|
"homepage": "https://github.com/scraton/node-red-contrib-telegrambot-home#readme",
|
||
|
"keywords": [
|
||
|
"node-red",
|
||
|
"telegram",
|
||
|
"bot"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "node-red-contrib-telegrambot-home",
|
||
|
"node-red": {
|
||
|
"nodes": {
|
||
|
"bot": "nodes/bot-config/bot-config.js",
|
||
|
"command": "nodes/command/command.js",
|
||
|
"switch": "nodes/switch/switch.js",
|
||
|
"notify": "nodes/notify/notify.js",
|
||
|
"payload": "nodes/payload/payload.js"
|
||
|
}
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/scraton/node-red-contrib-telegrambot-home.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "npm run docker:up",
|
||
|
"docker": "docker-compose -f docker-compose.yml",
|
||
|
"docker:down": "npm run docker -- down",
|
||
|
"docker:logs": "npm run docker -- logs -f && true",
|
||
|
"docker:restart": "npm run docker -- restart",
|
||
|
"docker:up": "npm run docker -- up --abort-on-container-exit --remove-orphans"
|
||
|
},
|
||
|
"version": "0.5.2"
|
||
|
}
|