update package.json

This commit is contained in:
murm 2023-03-25 01:21:49 -04:00
parent 2bcb7089f2
commit 7fe65dacd6
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "esmbot", "name": "mrmbot",
"version": "1.9.0", "version": "1.9.0",
"description": "A Discord bot with miscellaneous features", "description": "A Matrix bot with miscellaneous features",
"exports": "./app.js", "exports": "./app.js",
"bin": "./app.js", "bin": "./app.js",
"type": "module", "type": "module",
@ -20,11 +20,11 @@
"start-api": "node api/index.js", "start-api": "node api/index.js",
"start-api:debug": "DEBUG=true node app.js" "start-api:debug": "DEBUG=true node app.js"
}, },
"author": "Essem <essem@essem.space>", "author": "Murm <murm@murm.gay>",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/esmBot/esmBot.git" "url": "git+https://gitdab.com/murm/mrmBot-Matrix.git"
}, },
"dependencies": { "dependencies": {
"dotenv": "^16.0.3", "dotenv": "^16.0.3",