Ver código fonte

Change indentation to tabs

Markus-Rost 4 anos atrás
pai
commit
40f4b4ee34
1 arquivos alterados com 23 adições e 23 exclusões
  1. 23 23
      package.json

+ 23 - 23
package.json

@@ -4,41 +4,41 @@
   "description": "Wiki-Bot is a bot with the purpose to easily search for and link to wiki pages. Wiki-Bot shows short descriptions and additional info about pages and is able to resolve redirects and follow interwiki links.",
   "main": "main.js",
   "scripts": {
-    "test": "node main.js debug",
-    "start": "node main.js"
+	"test": "node main.js debug",
+	"start": "node main.js"
   },
   "author": "MarkusRost",
   "license": "ISC",
   "engines": {
-    "node": ">=14.0.0"
+	"node": ">=14.0.0"
   },
   "dependencies": {
-    "cheerio": "^1.0.0-rc.3",
-    "discord.js": "^12.2.0",
-    "dotenv": "^8.2.0",
-    "full-icu": "^1.3.1",
-    "got": "^10.7.0",
-    "htmlparser2": "^3.10.1",
-    "npm": "^6.14.7",
-    "sqlite3": "^4.2.0"
+	"cheerio": "^1.0.0-rc.3",
+	"discord.js": "^12.2.0",
+	"dotenv": "^8.2.0",
+	"full-icu": "^1.3.1",
+	"got": "^10.7.0",
+	"htmlparser2": "^3.10.1",
+	"npm": "^6.14.7",
+	"sqlite3": "^4.2.0"
   },
   "repository": {
-    "type": "git",
-    "url": "https://github.com/Markus-Rost/discord-wiki-bot.git"
+	"type": "git",
+	"url": "https://github.com/Markus-Rost/discord-wiki-bot.git"
   },
   "keywords": [
-    "mediawiki",
-    "fandom",
-    "gamepedia",
-    "wikia",
-    "discord",
-    "wikibot",
-    "voice-channel",
-    "wiki",
-    "discord-bot"
+	"mediawiki",
+	"fandom",
+	"gamepedia",
+	"wikia",
+	"discord",
+	"wikibot",
+	"voice-channel",
+	"wiki",
+	"discord-bot"
   ],
   "bugs": {
-    "url": "https://github.com/Markus-Rost/discord-wiki-bot/issues"
+	"url": "https://github.com/Markus-Rost/discord-wiki-bot/issues"
   },
   "homepage": "https://github.com/Markus-Rost/discord-wiki-bot#readme"
 }