-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 824 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
32
33
34
35
{
"name": "mystchat",
"version": "1.0.0",
"description": "Stateless, zero-database Persian hidden-message Telegram bot designed for Vercel Serverless Functions.",
"repository": "https://github.com/ArtinEB/mystchat",
"main": "api/webhook.ts",
"type": "module",
"scripts": {
"build": "tsc",
"test": "node --loader ts-node/esm --test test/**/*.test.ts",
"set-webhook": "node --loader ts-node/esm scripts/set-webhook.ts"
},
"keywords": [
"telegram",
"bot",
"hidden-message",
"anonymous",
"persian",
"farsi",
"vercel",
"serverless",
"stateless"
],
"author": "",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/node": "^22.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.0.0"
}
}