mirror of
https://github.com/wangwangit/SubsTracker.git
synced 2026-06-08 02:16:28 +08:00
35 lines
900 B
JSON
35 lines
900 B
JSON
{
|
|
"name": "subscription-manager",
|
|
"version": "3.0.0",
|
|
"description": "订阅管理系统 - 基于 Cloudflare Workers + Hono",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "echo 'No build step required for Workers runtime'",
|
|
"setup": "node scripts/setup-kv.cjs",
|
|
"deploy": "npx wrangler deploy",
|
|
"deploy:safe": "npm run setup && npm run deploy",
|
|
"lint": "tsc --noEmit -p jsconfig.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vitest-pool-workers": "^0.5.40",
|
|
"@cloudflare/workers-types": "^4.20241218.0",
|
|
"typescript": "^5.7.2",
|
|
"vitest": "~2.1.9",
|
|
"wrangler": "^3.99.0"
|
|
},
|
|
"keywords": [
|
|
"cloudflare-workers",
|
|
"subscription-management",
|
|
"notification",
|
|
"lunar-calendar",
|
|
"hono"
|
|
],
|
|
"license": "MIT"
|
|
}
|