-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 883 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
{
"name": "tg-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"copy": "copyfiles *.png -u 2 src/assets/*.png dist/src/assets/",
"build": "rimraf dist && tsc && npm run copy",
"start": "node ./dist/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.1.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"dependencies": {
"dotenv": "^16.3.1",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"telegraf": "^4.15.3",
"telegraf-session-local": "^2.1.1"
}
}