forked from nabilanavab/FileGuardianBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.24 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
{
"name": "file_share_bot",
"version": "1.0.0",
"description": "File Share Bot: A versatile Telegram bot that simplifies file sharing. It effortlessly converts various file types, including text, documents, images, and GIFs, into shareable URLs. Additionally, it offers the option to add password protection to your shared content, ensuring enhanced privacy and security for your files and messages.",
"main": "index.js",
"scripts": {
"fileGuardian": "node FileGuardian/FileGuardianBot",
"webServer": "node FileGuardian/webServer/index.js",
"start": "concurrently \"npm run fileGuardian\" \"npm run webServer\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/github.com/nabilanavab.git"
},
"keywords": [
"nabil a navab",
"nabilanavab",
"fileShareBot",
"fileGuardian",
"telegramBot"
],
"author": "nabilanavab",
"license": "ISC",
"bugs": {
"url": "https://github.com/github.com/nabilanavab/issues"
},
"homepage": "https://github.com/github.com/nabilanavab#readme",
"dependencies": {
"concurrently": "^8.2.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"moment": "^2.29.4",
"mongodb": "^6.2.0",
"telegram": "^2.19.10",
"winston": "^3.11.0"
}
}