DisKan/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2022-01-24 14:05:30 -05:00
{
2022-01-24 19:05:28 -05:00
"name": "DisKanBot",
"version": "1.2.0",
"description": "A bot that connects to the KanBoard API",
2022-01-24 14:05:30 -05:00
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
2022-01-24 19:05:28 -05:00
"url": "gitea@git.codingvm.codes:snxraven/DisKan.git"
2022-01-24 14:05:30 -05:00
},
2022-01-24 19:05:28 -05:00
"author": "Raven Scott <raven@chksrv.pro> (https://chksrv.pro)",
2022-01-24 14:05:30 -05:00
"contributors": [
"York (http://anidiots.guide)"
],
"license": "MIT",
"bugs": {
2022-01-24 19:05:28 -05:00
"url": "https://git.codingvm.codes/snxraven/DisKan/issues"
2022-01-24 14:05:30 -05:00
},
2022-01-24 19:05:28 -05:00
"homepage": "https://git.codingvm.codes/snxraven/DisKan",
2022-01-24 14:05:30 -05:00
"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",
"date-and-time": "^2.1.0",
2022-01-24 14:05:30 -05:00
"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"
}
}