UNPKG

@cityssm/ntfy-publish

Version:

A Node package to publish notifications to an ntfy server.

37 lines (36 loc) 955 B
{ "name": "@cityssm/ntfy-publish", "version": "1.1.0", "type": "module", "description": "A Node package to publish notifications to an ntfy server.", "engines": { "node": ">=18.0.0" }, "exports": "./index.js", "scripts": { "test": "node --test", "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test" }, "repository": { "type": "git", "url": "git+https://github.com/cityssm/node-ntfy-publish.git" }, "keywords": [ "ntfy", "notifications", "push-notifications", "messages", "alerts" ], "author": "The Corporation of the City of Sault Ste. Marie", "license": "MIT", "bugs": { "url": "https://github.com/cityssm/node-ntfy-publish/issues" }, "homepage": "https://github.com/cityssm/node-ntfy-publish#readme", "devDependencies": { "@types/node": "^22.10.5", "eslint-config-cityssm": "^18.3.0", "prettier-config-cityssm": "^1.0.0" } }