🏗️ Moved dev deps to deps

This commit is contained in:
2023-03-23 23:55:54 -04:00
parent a19d1c9e9f
commit db059df1d6

View File

@@ -1,7 +1,7 @@
{ {
"name": "threetwo-core-service", "name": "threetwo-core-service",
"version": "0.0.1", "version": "0.0.1",
"description": "", "description": "Endpoints for common operations in ThreeTwo",
"scripts": { "scripts": {
"build": "tsc --build tsconfig.json", "build": "tsc --build tsconfig.json",
"dev": "ts-node ./node_modules/moleculer/bin/moleculer-runner.js --hot --repl --config moleculer.config.ts services/**/*.service.ts", "dev": "ts-node ./node_modules/moleculer/bin/moleculer-runner.js --hot --repl --config moleculer.config.ts services/**/*.service.ts",
@@ -18,11 +18,9 @@
"microservices", "microservices",
"moleculer" "moleculer"
], ],
"author": "", "author": "Rishi Ghan",
"devDependencies": { "devDependencies": {
"@elastic/elasticsearch": "^8.6.0", "@elastic/elasticsearch": "^8.6.0",
"@npcz/magic": "^1.3.14",
"@socket.io/redis-adapter": "^8.1.0",
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0", "@typescript-eslint/parser": "^5.56.0",
@@ -35,12 +33,14 @@
"moleculer-repl": "^0.7.0", "moleculer-repl": "^0.7.0",
"node-calibre": "^2.1.1", "node-calibre": "^2.1.1",
"npm": "^8.4.1", "npm": "^8.4.1",
"redis": "^4.6.5",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.2" "typescript": "^5.0.2"
}, },
"dependencies": { "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", "@bluelovers/fast-glob": "https://github.com/rishighan/fast-glob-v2-api.git",
"@jorgeferrero/stream-to-buffer": "^2.0.6", "@jorgeferrero/stream-to-buffer": "^2.0.6",
"@root/walk": "^1.1.0", "@root/walk": "^1.1.0",