2020-01-25 21:02:43 +11:00
|
|
|
{
|
|
|
|
|
"name": "woomy",
|
2020-04-20 02:49:36 +00:00
|
|
|
"version": "1.2.3",
|
2020-03-09 12:11:33 +11:00
|
|
|
"description": "Woomy is a all-purpose discord bot built off the guidebot base and coded in node.js using discord.js.",
|
|
|
|
|
"main": "index.js",
|
2020-01-25 21:02:43 +11:00
|
|
|
"dependencies": {
|
2021-09-17 12:38:15 +10:00
|
|
|
"@discordjs/opus": "^0.6.0",
|
|
|
|
|
"@sentry/node": "^6.12.0",
|
2021-05-28 22:26:53 +10:00
|
|
|
"better-sqlite3": "^7.4.0",
|
2021-05-13 09:01:28 +10:00
|
|
|
"chalk": "^4.1.1",
|
2020-10-23 12:14:31 +11:00
|
|
|
"dblapi.js": "^2.4.1",
|
2021-09-17 12:38:15 +10:00
|
|
|
"discord-paginator.js": "git+https://gitdab.com/embee/discord-paginator.js",
|
2021-04-03 15:00:43 +11:00
|
|
|
"discord.js": "^12.5.3",
|
2021-05-13 09:01:28 +10:00
|
|
|
"enmap": "^5.8.5",
|
2021-04-03 15:00:43 +11:00
|
|
|
"ffmpeg-static": "^4.3.0",
|
2020-03-09 12:11:33 +11:00
|
|
|
"hastebin-gen": "^2.0.5",
|
2020-10-23 12:14:31 +11:00
|
|
|
"moment": "^2.29.1",
|
2020-03-09 12:11:33 +11:00
|
|
|
"moment-duration-format": "^2.3.2",
|
2020-03-26 15:31:32 +11:00
|
|
|
"nekos.life": "^2.0.5",
|
2020-10-23 12:14:31 +11:00
|
|
|
"node-fetch": "^2.6.1",
|
2021-03-01 12:58:28 +11:00
|
|
|
"pretty-ms": "^7.0.1",
|
2020-10-23 12:14:31 +11:00
|
|
|
"randomcolor": "^0.6.2",
|
2020-01-25 21:02:43 +11:00
|
|
|
"relevant-urban": "^2.0.0",
|
2020-03-26 15:31:32 +11:00
|
|
|
"to-zalgo": "^1.0.1",
|
2020-01-25 21:02:43 +11:00
|
|
|
"urban": "^0.3.2",
|
|
|
|
|
"weather-js": "^2.0.0",
|
2021-09-17 12:38:15 +10:00
|
|
|
"ytdl-core": "^4.9.1"
|
2020-03-09 12:11:33 +11:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/mudkipscience/woomy.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "mudkipscience",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/mudkipscience/woomy/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/mudkipscience/woomy#readme"
|
2020-01-25 21:02:43 +11:00
|
|
|
}
|