Files
logger-ntfy/package.json
T
2024-05-20 01:15:45 +02:00

19 lines
374 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"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}