2020-01-25 10:02:43 +00:00
|
|
|
{
|
|
|
|
"name": "woomy",
|
2020-04-20 02:49:36 +00:00
|
|
|
"version": "1.2.3",
|
2020-03-09 01:11:33 +00: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 10:02:43 +00:00
|
|
|
"dependencies": {
|
2020-04-30 03:16:49 +00:00
|
|
|
"@discordjs/opus": "^0.2.1",
|
2020-03-26 04:42:33 +00:00
|
|
|
"better-sqlite3": "^5.4.1",
|
2020-04-17 07:14:42 +00:00
|
|
|
"chalk": "^4.0.0",
|
2020-03-09 01:11:33 +00:00
|
|
|
"dblapi.js": "^2.3.1",
|
2020-03-22 11:13:41 +00:00
|
|
|
"discord.js": "^12.0.2",
|
2020-03-09 01:11:33 +00:00
|
|
|
"enmap": "^5.2.4",
|
2020-01-25 10:02:43 +00:00
|
|
|
"garfield": "^1.1.2",
|
2020-03-09 01:11:33 +00:00
|
|
|
"hastebin-gen": "^2.0.5",
|
2020-01-25 10:02:43 +00:00
|
|
|
"moment": "^2.24.0",
|
2020-03-09 01:11:33 +00:00
|
|
|
"moment-duration-format": "^2.3.2",
|
2020-03-26 04:31:32 +00:00
|
|
|
"nekos.life": "^2.0.5",
|
|
|
|
"node-fetch": "^2.6.0",
|
2020-03-09 01:11:33 +00:00
|
|
|
"prism-media": "^1.2.1",
|
2020-01-25 10:02:43 +00:00
|
|
|
"randomcolor": "^0.5.4",
|
|
|
|
"relevant-urban": "^2.0.0",
|
2020-03-16 01:14:33 +00:00
|
|
|
"request": "^2.88.2",
|
2020-03-26 04:31:32 +00:00
|
|
|
"to-zalgo": "^1.0.1",
|
2020-01-25 10:02:43 +00:00
|
|
|
"urban": "^0.3.2",
|
|
|
|
"weather-js": "^2.0.0",
|
2020-06-06 09:24:12 +00:00
|
|
|
"ytdl-core": "^2.1.7",
|
|
|
|
"ytdl-core-discord": "^1.2.0"
|
2020-03-09 01:11:33 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"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 10:02:43 +00:00
|
|
|
}
|