Files
claude-status-webhook/package.json
dependabot[bot] 01c356a669 build(deps): bump hono from 4.12.12 to 4.12.14
Bumps [hono](https://github.com/honojs/hono) from 4.12.12 to 4.12.14.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.12...v4.12.14)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-16 02:20:25 +00:00

34 lines
918 B
JSON

{
"name": "claude-status-webhook",
"version": "1.0.0",
"description": "[Claude Status](https://status.claude.com/)'s webhook for Telegram bot. Hosted on Cloudflare Workers",
"main": "src/index.js",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"test": "vitest run --no-file-parallelism",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiennm99/claude-status-webhook.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tiennm99/claude-status-webhook/issues"
},
"homepage": "https://github.com/tiennm99/claude-status-webhook#readme",
"dependencies": {
"grammy": "^1.42.0",
"hono": "^4.12.14"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.14.2",
"vitest": "^4.1.3",
"wrangler": "^4.81.0"
}
}