mirror of
https://github.com/prdlk/x-bookmarks-rss.git
synced 2026-08-02 17:31:42 +00:00
init(config): add initial configuration files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user