-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "telegraf-cloudflare-test",
"version": "1.0.0",
"type": "module",
"scripts": {
"deploy:production": "wrangler publish",
"dev": "wrangler dev --experimental-local",
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"hono": "^3.1.2",
"telegraf": "^4.12.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230321.0",
"@miniflare/tre": "3.0.0-next.12",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"rollup": "^3.20.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"unenv": "^1.2.2",
"wrangler": "^2.13.0"
}
}