mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
Set up initial project and files
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "email-to-rss",
|
||||
"version": "0.1.0",
|
||||
"description": "A service that converts email newsletters to RSS feeds using Cloudflare Workers",
|
||||
"main": "dist/worker.js",
|
||||
"scripts": {
|
||||
"build": "wrangler deploy --dry-run --outdir=dist",
|
||||
"format": "prettier --write '**/*.{js,ts,css,json,md}'",
|
||||
"dev": "wrangler dev",
|
||||
"deploy": "wrangler deploy"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20250224.0",
|
||||
"@types/mailparser": "^3.4.5",
|
||||
"@types/rss": "^0.0.32",
|
||||
"prettier": "^3.5.2",
|
||||
"typescript": "^5.7.3",
|
||||
"wrangler": "^3.111.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"feed": "^4.2.2",
|
||||
"hono": "^3.12.8",
|
||||
"zod": "^3.22.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user