-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 882 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
{
"name": "ts3telegrambot",
"version": "3.0.0",
"description": "A Telegram to TS3 bridge",
"scripts": {
"start": "ts-node src/main.ts",
"lint": "eslint ./src/ --ext js,ts,jsx,tsx --fix"
},
"author": "hexxone",
"license": "GPLv3",
"dependencies": {
"dotenv": "^14.3.2",
"flatted": "^3.2.5",
"nanoid": "^3.2.0",
"re2": "^1.17.3",
"telegraf": "^4.6.0",
"ts-node": "^10.4.0",
"ts3-nodejs-library": "^3.4.1",
"typescript": "^4.5.5",
"url-regex-safe": "^3.0.0"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"ansi-regex": "^6.0.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"tslib": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/hexxone/ts3bot.git"
}
}