init(config): add initial configuration files

This commit is contained in:
Prad Nukala
2026-06-29 13:32:41 -04:00
commit d8df85982e
7 changed files with 1786 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "x-bookmarks-rss",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"db:init": "wrangler d1 execute x-bookmarks-db --remote --file=schema.sql",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"hono": "^4.6.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240000.0",
"typescript": "^5.6.0",
"wrangler": "^3.80.0"
}
}