DisKan/package.json

47 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-24 14:05:30 -05:00
{
"name": "guidebot",
"version": "2.1.0",
"description": "A boilerplate example bot with command handler and reloadable commands. Updated and Maintained by the Idiot's Guide Community",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnIdiotsGuide/guidebot.git"
},
"author": "Evelyne Lachance <eslachance@gmail.com> (http://evie.codes)",
"contributors": [
"York (http://anidiots.guide)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AnIdiotsGuide/guidebot/issues"
},
"homepage": "https://github.com/AnIdiotsGuide/guidebot#readme",
"dependencies": {
"@aahlw/peji": "^1.0.0",
"@discordjs/builders": "^0.2.0",
"@sapphire/time-utilities": "^1.3.8",
"axios": "^0.25.0",
"colorette": "^1.3.0",
"discord.js": "^13.0.1",
"dotenv": "^10.0.0",
"enmap": "^5.8.5",
"jsonfile": "^6.1.0",
2022-01-24 14:05:30 -05:00
"pagination.djs": "^3.1.1",
"unirest": "^0.6.0"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}