-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
33 lines (33 loc) · 816 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
{
"name": "discord-twitter-bot",
"version": "2.0.0",
"description": "A discord bot that sends messages to a channel whenever a specific user tweets.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mastashake08/discord-twitter-bot.git"
},
"keywords": [
"discord",
"twitter",
"bot"
],
"author": "mastashake08",
"license": "ISC",
"bugs": {
"url": "https://github.com/mastashake08/discord-twitter-bot/issues"
},
"homepage": "https://github.com/mastashake08/discord-twitter-bot#readme",
"dependencies": {
"discord.js": "^13.8.1",
"dotenv": "^8.2.0",
"twitter-v2": "^1.1.0"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
}
}