forked from embee/woomy
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "woomy",
|
|
"version": "2.0.0",
|
|
"description": "uwu",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.1.0",
|
|
"@sentry/node": "^5.15.4",
|
|
"colors": "^1.4.0",
|
|
"discord.js": "^12.2.0",
|
|
"hastebin-gen": "^2.0.5",
|
|
"is-docker": "^2.0.0",
|
|
"moment": "^2.24.0",
|
|
"mongoose": "^5.9.9",
|
|
"node-fetch": "^2.6.0",
|
|
"prism-media": "^1.2.1",
|
|
"tracer": "^1.0.3",
|
|
"ytdl-core-discord": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|