woomy/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-02 08:17:42 +00:00
{
"name": "woomy",
"version": "2.0.0",
"description": "uwu",
"main": "index.js",
"dependencies": {
2020-04-11 14:08:41 +00:00
"@discordjs/opus": "^0.1.0",
2020-04-12 09:28:31 +00:00
"@sentry/node": "^5.15.4",
2020-04-02 08:17:42 +00:00
"colors": "^1.4.0",
"discord.js": "^12.1.1",
"dotenv": "^8.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"get-youtube-id": "^1.0.1",
2020-04-03 06:26:16 +00:00
"hastebin-gen": "^2.0.5",
2020-04-02 08:17:42 +00:00
"is-docker": "^2.0.0",
"moment": "^2.24.0",
2020-04-03 14:55:35 +00:00
"mongoose": "^5.9.7",
2020-04-02 08:17:42 +00:00
"node-fetch": "^2.6.0",
"prism-media": "^1.2.1",
"tracer": "^1.0.2",
"youtube-info": "^1.3.2",
"ytdl-core-discord": "^1.1.0"
},
"devDependencies": {
2020-04-03 06:26:16 +00:00
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
2020-04-02 08:17:42 +00:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mudkipscience/woomy.git"
},
"author": "mudkipscience",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mudkipscience/woomy/issues"
},
"homepage": "https://github.com/mudkipscience/woomy#readme"
}