Files
logger-ntfy/package.json
T
2024-07-27 13:38:48 +02:00

16 lines
318 B
JSON

{
"name": "logger-ntfy",
"description": "Log writer that sends logs to a ntfy server",
"version": "1.0.0",
"author": "Pascal Perrenoud <pascal@pband.ch>",
"module": "index.ts",
"type": "module",
"files": ["index.ts"],
"dependencies": {
"log": "git+https://git.pband.ch/typescript/log.git"
}
}