Updated formating

This commit is contained in:
2023-12-03 10:02:12 +01:00
parent e331601b47
commit cf650e392a

View File

@@ -1,25 +1,25 @@
{ {
"name": "illegitimate-bot", "name": "illegitimate-bot",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"dev": "nodemon", "dev": "nodemon",
"dev:build": "node scripts/dev-deploy.js", "dev:build": "node scripts/dev-deploy.js",
"lint": "eslint_d src", "lint": "eslint_d src",
"lint:fix": "eslint_d --fix src", "lint:fix": "eslint_d --fix src",
"prod:build:global": "node scripts/deploy-commands.js --prod", "prod:build:global": "node scripts/deploy-commands.js --prod",
"prod:build:user": "node scripts/deploy-commands.js --dev" "prod:build:user": "node scripts/deploy-commands.js --dev"
}, },
"author": "Taken", "author": "Taken",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"axios": "^1.3.4", "axios": "^1.3.4",
"discord.js": "^14.8.0", "discord.js": "^14.8.0",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"log-beautify": "^1.2.0", "log-beautify": "^1.2.0",
"mongoose": "^7.0.1", "mongoose": "^7.0.1",
"ms": "^2.1.3", "ms": "^2.1.3",
"pretty-ms": "^8.0.0" "pretty-ms": "^8.0.0"
} }
} }