forked from lockin-bot/react-telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 733 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
{
"name": "@react-telegram/examples",
"version": "0.1.0",
"private": true,
"description": "Examples for React Telegram",
"type": "module",
"scripts": {
"start": "bun run src/example-bot.tsx",
"counter": "bun run src/example.tsx",
"typed": "bun run src/typed-example.tsx",
"input": "bun run src/input-example.tsx",
"quiz": "bun run src/quiz-bot.tsx",
"autodelete": "bun run src/input-autodelete-demo.tsx",
"br-demo": "bun run src/br-demo.tsx"
},
"dependencies": {
"@react-telegram/core": "workspace:*",
"@react-telegram/mtcute-adapter": "workspace:*",
"react": "^19.1.0"
},
"devDependencies": {
"@types/react": "npm:pure-react-types@^0.1.4",
"typescript": "^5"
}
}