woomy/package.json
2020-04-02 19:17:42 +11:00

37 lines
927 B
JSON

{
"name": "woomy",
"version": "2.0.0",
"description": "uwu",
"main": "index.js",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^12.1.1",
"dotenv": "^8.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"get-youtube-id": "^1.0.1",
"is-docker": "^2.0.0",
"moment": "^2.24.0",
"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": {
"eslint": "^6.8.0"
},
"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"
}