This commit is contained in:
2024-05-20 01:15:45 +02:00
commit 7eb9f4ad8b
4 changed files with 76 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}