From 4ac04d4457cdbcd45c2becd713dfc50e57830c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Jurmanovi=C4=87?= Date: Wed, 1 Nov 2023 15:48:15 +0100 Subject: [PATCH] formatting --- package.json | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index 52bf39c..f448505 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "name": "legica-dana", - "version": "2.0.4", - "main": "src/app.ts", - "scripts": { - "start": "bun src/app.ts" - }, - "author": "Fran Jurmanović ", - "license": "MIT", - "dependencies": { - "@elysiajs/cron": "^0.7.0", - "@elysiajs/static": "^0.7.1", - "@elysiajs/swagger": "^0.7.3", - "axios": "^0.26.0", - "body-parser": "^1.20.2", - "cheerio": "^1.0.0-rc.10", - "dayjs": "^1.11.10", - "discord.js": "^12.5.1", - "dotenv": "^8.2.0", - "elysia": "^0.7.15", - "lodash-es": "^4.17.21", - "minimatch": "^9.0.3", - "pino": "^8.15.4", - "typescript": "^4.1.5" - }, - "devDependencies": { - "@types/lodash-es": "^4.17.9", - "@types/node": "^20.8.2", - "@typescript-eslint/eslint-plugin": "^6.7.4", - "@typescript-eslint/parser": "^6.7.4", - "bun-types": "^1.0.4-canary.20231004T140131", - "eslint": "^8.50.0", - "prettier": "^2.2.1" - } + "name": "legica-dana", + "version": "2.0.4", + "main": "src/app.ts", + "scripts": { + "start": "bun src/app.ts" + }, + "author": "Fran Jurmanović ", + "license": "MIT", + "dependencies": { + "@elysiajs/cron": "^0.7.0", + "@elysiajs/static": "^0.7.1", + "@elysiajs/swagger": "^0.7.3", + "axios": "^0.26.0", + "body-parser": "^1.20.2", + "cheerio": "^1.0.0-rc.10", + "dayjs": "^1.11.10", + "discord.js": "^12.5.1", + "dotenv": "^8.2.0", + "elysia": "^0.7.15", + "lodash-es": "^4.17.21", + "minimatch": "^9.0.3", + "pino": "^8.15.4", + "typescript": "^4.1.5" + }, + "devDependencies": { + "@types/lodash-es": "^4.17.9", + "@types/node": "^20.8.2", + "@typescript-eslint/eslint-plugin": "^6.7.4", + "@typescript-eslint/parser": "^6.7.4", + "bun-types": "^1.0.4-canary.20231004T140131", + "eslint": "^8.50.0", + "prettier": "^2.2.1" + } }