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", "name": "DisKanBot",
"version": "2.1.0", "version": "1.2.0",
"description": "A boilerplate example bot with command handler and reloadable commands. Updated and Maintained by the Idiot's Guide Community", "description": "A bot that connects to the KanBoard API",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"
@ -11,17 +11,17 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "contributors": [
"York (http://anidiots.guide)" "York (http://anidiots.guide)"
], ],
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"@aahlw/peji": "^1.0.0", "@aahlw/peji": "^1.0.0",
"@discordjs/builders": "^0.2.0", "@discordjs/builders": "^0.2.0",