-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "shawberto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env DEBUG=\"grammy*\" nodemon api/bot.ts",
"set-webhook:devberto": "ts-node src/setWebhook.ts",
"set-webhook:prod": "dotenv -e .env.production ts-node src/setWebhook.ts"
},
"author": "Barok Dagim Getachew",
"license": "ISC",
"dependencies": {
"@grammyjs/auto-retry": "^1.1.1",
"@sentry/cli": "^2.21.1",
"@sentry/node": "^7.70.0",
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"grammy": "^1.18.3"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.3.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}