UNPKG

ifttt-webhooks-channel

Version:

Tiny package to trigger an IFTTT event using the webhooks channel

36 lines (35 loc) 896 B
{ "name": "ifttt-webhooks-channel", "version": "2.0.0", "description": "Tiny package to trigger an IFTTT event using the webhooks channel", "main": "ifttt.js", "type": "module", "files": [ "modules/**/*", "ifttt.js", "ifttt.d.ts" ], "scripts": { "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest", "lint": "standard", "prepublishOnly": "npm run lint && npm test" }, "devDependencies": { "jest": "^29.3.1", "jest-fetch-mock": "^3.0.3", "standard": "^17.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/jeroentvb/ifttt-webhooks-channel.git" }, "keywords": [ "ifttt" ], "author": "jeroentvb", "license": "ISC", "bugs": { "url": "https://github.com/jeroentvb/ifttt-webhooks-channel/issues" }, "homepage": "https://github.com/jeroentvb/ifttt-webhooks-channel#readme" }