12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"name": "perlbot-discord-bridge",
|
|
"version": "1.0.0",
|
|
"description": "Perlbot discord bridge",
|
|
"main": "bot.js",
|
|
"author": "Ryan Voots",
|
|
"dependencies": {
|
|
"axios": "^0.20.0",
|
|
"discord.js": "^12.3.1",
|
|
"winston": "^3.3.3"
|
|
}
|
|
}
|