-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "animeultrabot",
"version": "3.9.3",
"description": "Telegram bot based on Social-Picker-API. Includes features like replacing links to social posts in the group chat to media and managing the group and its content and messages.",
"main": "animeultrabot.js",
"type": "module",
"scripts": {
"production": "pm2 start config/pm2.production.json",
"dev": "nodemon animeultrabot.js --config config/nodemon.dev.json",
"lint": "eslint . --ext .js,.cjs,.mjs --fix --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serguun42/Telegram-Ultra-Bot.git"
},
"keywords": [
"telegram",
"telegram-bot",
"telegraf",
"twitter",
"instagram",
"pixiv",
"ugoira",
"reddit",
"youtube-dl",
"yt-dlp",
"osnova",
"dtf",
"tumblr",
"joyreactor",
"coub"
],
"author": "serguun42",
"license": "BSL-1.0",
"dependencies": {
"@serguun42/khaleesi-js": "^3.0.1",
"node-fetch": "^3.3.2",
"pm2": "^5.3.1",
"telegraf": "^4.15.3"
},
"devDependencies": {
"@types/node": "^20.11.17",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"nodemon": "^3.0.3",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}