-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 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
{
"name": "lumina-bot",
"version": "1.1.0",
"description": "An intelligent and user-friendly Telegram bot with various features",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JohnDev19",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"bluebird": "^3.7.2",
"gtts": "^0.2.1",
"fs": "^0.0.1-security",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"node-telegram-bot-api": "^0.61.0",
"util": "^0.12.5",
"fs-extra": "^11.1.1",
"fluent-ffmpeg": "^2.1.2",
"child_process": "^1.0.2",
"moment-timezone": "^0.5.43",
"crypto": "^1.0.1",
"color": "^4.2.3",
"sharp": "^0.32.6",
"path": "^0.12.7",
"canvas": "^3.0.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"telegram-bot",
"bot",
"nodejs",
"express",
"telegram"
],
"repository": {
"type": "git",
"url": "https://github.com/JohnDev19/Lumina"
}
}