From db059df1d604b64f08cbbf5cc3d3c73c61eb01fe Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 23 Mar 2023 23:55:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Moved=20dev=20deps=20to?= =?UTF-8?q?=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 22176d8..3fb81f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "threetwo-core-service", "version": "0.0.1", - "description": "", + "description": "Endpoints for common operations in ThreeTwo", "scripts": { "build": "tsc --build tsconfig.json", "dev": "ts-node ./node_modules/moleculer/bin/moleculer-runner.js --hot --repl --config moleculer.config.ts services/**/*.service.ts", @@ -18,11 +18,9 @@ "microservices", "moleculer" ], - "author": "", + "author": "Rishi Ghan", "devDependencies": { "@elastic/elasticsearch": "^8.6.0", - "@npcz/magic": "^1.3.14", - "@socket.io/redis-adapter": "^8.1.0", "@types/lodash": "^4.14.168", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", @@ -35,12 +33,14 @@ "moleculer-repl": "^0.7.0", "node-calibre": "^2.1.1", "npm": "^8.4.1", - "redis": "^4.6.5", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "typescript": "^5.0.2" }, "dependencies": { + "@npcz/magic": "^1.3.14", + "redis": "^4.6.5", + "@socket.io/redis-adapter": "^8.1.0", "@bluelovers/fast-glob": "https://github.com/rishighan/fast-glob-v2-api.git", "@jorgeferrero/stream-to-buffer": "^2.0.6", "@root/walk": "^1.1.0",