Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:08:27 +08:00
commit 109444e46a
11 changed files with 678 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "webhook-notifier",
"description": "现代化通知系统 - TypeScript 5.3+ 开发,支持 Webhook(飞书/Slack/Discord) + macOS 原生通知,预构建分发无需编译,提供强大 CLI 工具集",
"version": "2.0.0",
"author": {
"name": "Zephyr",
"email": "zephyrTang@aliyun.com"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}