Initial commit

This commit is contained in:
Codex
2026-04-07 21:48:23 +08:00
commit 8f111823a4
4707 changed files with 12030 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "meme-api",
"private": true,
"scripts": {
"build": "node scripts/generate-manifest.mjs",
"dev": "npm run build && wrangler dev",
"deploy": "npm run build && wrangler deploy",
"check": "tsc --noEmit"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250407.0",
"typescript": "^5.8.3",
"wrangler": "^4.6.0"
}
}