You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
787 B
29 lines
787 B
{ |
|
"name": "discord-bot-feed-linker", |
|
"version": "2.0.0", |
|
"description": "", |
|
"main": "app/index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"start": "node wrapper.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/benji7425/discord-bot-feed-linker.git" |
|
}, |
|
"author": "", |
|
"license": "ISC", |
|
"bugs": { |
|
"url": "https://github.com/benji7425/discord-bot-feed-linker/issues" |
|
}, |
|
"homepage": "https://github.com/benji7425/discord-bot-feed-linker#readme", |
|
"dependencies": { |
|
"discord.js": "11.1.0", |
|
"discordjs-util": "git+https://github.com/benji7425/discordjs-util.git", |
|
"dns": "0.2.2", |
|
"feed-read": "0.0.1", |
|
"get-urls": "7.0.0", |
|
"jsonfile": "3.0.1", |
|
"shortid": "2.2.8" |
|
} |
|
}
|
|
|