Update 'package.json'

This commit is contained in:
snxraven 2022-01-25 00:05:28 +00:00
parent e653f48ad8
commit 02df30a956

View File

@ -1,7 +1,7 @@
{
"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",
"name": "DisKanBot",
"version": "1.2.0",
"description": "A bot that connects to the KanBoard API",
"main": "index.js",
"scripts": {
"start": "node index.js"
@ -11,17 +11,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnIdiotsGuide/guidebot.git"
"url": "gitea@git.codingvm.codes:snxraven/DisKan.git"
},
"author": "Evelyne Lachance <eslachance@gmail.com> (http://evie.codes)",
"author": "Raven Scott <raven@chksrv.pro> (https://chksrv.pro)",
"contributors": [
"York (http://anidiots.guide)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AnIdiotsGuide/guidebot/issues"
"url": "https://git.codingvm.codes/snxraven/DisKan/issues"
},
"homepage": "https://github.com/AnIdiotsGuide/guidebot#readme",
"homepage": "https://git.codingvm.codes/snxraven/DisKan",
"dependencies": {
"@aahlw/peji": "^1.0.0",
"@discordjs/builders": "^0.2.0",