-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 loc) · 815 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
{
"name": "ditecross-bot.js",
"version": "1.0.0",
"description": "A bot that automatically relays Discord and Telegram messages from one group to another.",
"main": "ditecross.js",
"scripts": {
"test": "node ditecross.js --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corsaroquad/DiteCross.git"
},
"keywords": [
"DiteCross",
"Discord",
"Telegram",
"Bot",
"Messaging",
"Message",
"System",
"Deliver",
"Send",
"Share"
],
"author": "Giovanni Grieco",
"license": "MIT",
"bugs": {
"url": "https://github.com/corsaroquad/DiteCross/issues"
},
"homepage": "https://github.com/corsaroquad/DiteCross#readme",
"dependencies": {
"discord.io": "izy521/discord.io",
"node-telegram-bot-api": "^0.23.3"
}
}