mirror of
https://github.com/tiennm99/cf-worker-telegram.git
synced 2026-08-21 04:24:08 +00:00
25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"name": "cf-worker-telegram",
|
|
"version": "1.0.0",
|
|
"description": "Cloudflare Worker proxy for Telegram Bot API",
|
|
"main": "telegram-bot-proxy.js",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy",
|
|
"deploy:staging": "wrangler deploy --env staging",
|
|
"deploy:production": "wrangler deploy --env production"
|
|
},
|
|
"keywords": [
|
|
"telegram",
|
|
"bot",
|
|
"proxy",
|
|
"cloudflare",
|
|
"worker"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"wrangler": "^3.0.0"
|
|
}
|
|
}
|