-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 878 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
{
"license": "AGPL-3.0-or-later",
"scripts": {
"start": "nodemon --watch src/ src/bin/run.ts"
},
"dependencies": {
"@grammyjs/conversations": "^1.1.2",
"@grammyjs/i18n": "^1.0.1",
"@grammyjs/parse-mode": "^1.8.1",
"@grammyjs/storage-prisma": "^2.3.0",
"@prisma/client": "^5.1.1",
"commander": "^11.0.0",
"dayjs": "^1.11.9",
"dotenv": "^16.0.3",
"expr-eval": "^2.0.2",
"grammy": "^1.18.1",
"node-emoji": "^1.11.0",
"validator": "^13.9.0"
},
"devDependencies": {
"@types/node": "^20.8.0",
"@types/node-emoji": "^1.8.2",
"@types/validator": "^13.9.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.46.0",
"nodemon": "^2.0.20",
"prettier": "^2.8.8",
"prisma": "^5.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2"
}
}