-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1015 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
31
32
33
34
35
36
37
38
39
40
{
"name": "gwkang-ts",
"version": "0.0.1",
"description": "Gnuweeb sticker bot",
"scripts": {
"dev": "tsx main.ts",
"dev:watch": "tsx watch main.ts",
"dev:debug": "DEBUG=grammy:* tsx main.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.ts\" \"main.ts\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@grammyjs/files": "^1.1.1",
"axios": "^1.7.9",
"contains-emoji": "^1.1.8",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"emoji-aware": "^3.1.0",
"grammy": "^1.34.0",
"grapheme-splitter": "^1.0.4",
"https-proxy-agent": "^7.0.6",
"imgbb-uploader": "^1.5.1",
"kleur": "^4.1.5",
"mongoose": "^8.9.5",
"ms": "^2.1.3",
"node-emoji": "^2.2.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/node": "^22.10.5",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}