forked from nikhiljohn10/telegram-bot-worker
-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 Bytes
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
31
{
"name": "@codebam/cf-workers-telegram-bot",
"version": "12.6.39",
"description": "serverless telegram bot monorepo",
"private": true,
"type": "module",
"workspaces": [
"bot",
"webapp",
"packages/*"
],
"scripts": {
"build": "bun run --cwd webapp build && bun run --cwd bot build",
"ncu": "bunx npm-check-updates -u --root",
"ncu:interactive": "bunx npm-check-updates -i --root",
"prepare": "./setup_hooks.sh"
},
"author": "codebam",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/codebam/cf-workers-telegram-bot.git"
},
"devDependencies": {
"@types/node": "^25.9.1",
"node-linux-x64": "^24.16.0",
"npm-check-updates": "^22.2.0",
"typescript": "^6.0.3",
"wrangler": "^4.94.0"
}
}