UNPKG

ntfy

Version:

Send notifications over ntfy.sh.

35 lines (34 loc) 761 B
{ "author": "Florian Imdahl <git@ffflorian.de>", "dependencies": { "axios": "1.8.2" }, "description": "Send notifications over ntfy.sh.", "devDependencies": { "rimraf": "6.0.1", "typescript": "5.8.2" }, "engines": { "node": ">= 18.0" }, "exports": "./dist/index.js", "files": [ "dist" ], "keywords": [ "ntfy", "typescript" ], "license": "GPL-3.0", "module": "dist/index.js", "name": "ntfy", "repository": "https://github.com/ffflorian/node-packages/tree/main/packages/ntfy", "scripts": { "build": "tsc -p tsconfig.json", "clean": "rimraf dist", "dist": "yarn clean && yarn build" }, "type": "module", "version": "1.7.5", "gitHead": "7704629d81392a9c7858e1bdd974762598e953a2" }