1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/package.json

38 lines
1.0 KiB
JSON

{
"name": "discordbot",
"version": "1.0.0",
"description": "A simple discord bot made with discord.js and commando",
"main": "index.js",
"dependencies": {
"auto-reload": "^0.1.0",
"canvas": "^2.2.0",
"eslint": "^5.11.1",
"eslint-config-standard": "^12.0.0",
"discord.js": "^11.4.2",
"eslint-plugin-import": "^2.14.0",
"discord-akairo": "^7.5.5",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"node-fetch": "^2.3.0",
"reload-json": "^0.3.1",
"superagent": "^4.1.0",
"youtube-dl": "^1.12.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/LoicBersier/DiscordBot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/LoicBersier/DiscordBot/issues"
},
"homepage": "https://gitlab.com/LoicBersier/DiscordBot#readme"
}