Updated formating
This commit is contained in:
46
package.json
46
package.json
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"name": "illegitimate-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
"dev:build": "node scripts/dev-deploy.js",
|
||||
"lint": "eslint_d src",
|
||||
"lint:fix": "eslint_d --fix src",
|
||||
"prod:build:global": "node scripts/deploy-commands.js --prod",
|
||||
"prod:build:user": "node scripts/deploy-commands.js --dev"
|
||||
},
|
||||
"author": "Taken",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"axios": "^1.3.4",
|
||||
"discord.js": "^14.8.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"log-beautify": "^1.2.0",
|
||||
"mongoose": "^7.0.1",
|
||||
"ms": "^2.1.3",
|
||||
"pretty-ms": "^8.0.0"
|
||||
}
|
||||
"name": "illegitimate-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
"dev:build": "node scripts/dev-deploy.js",
|
||||
"lint": "eslint_d src",
|
||||
"lint:fix": "eslint_d --fix src",
|
||||
"prod:build:global": "node scripts/deploy-commands.js --prod",
|
||||
"prod:build:user": "node scripts/deploy-commands.js --dev"
|
||||
},
|
||||
"author": "Taken",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"axios": "^1.3.4",
|
||||
"discord.js": "^14.8.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"log-beautify": "^1.2.0",
|
||||
"mongoose": "^7.0.1",
|
||||
"ms": "^2.1.3",
|
||||
"pretty-ms": "^8.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user