🔧 Fixes to transporter configuration

This commit is contained in:
2022-01-27 20:30:32 -08:00
parent 9f81acc78c
commit 34266c9d48
4 changed files with 163 additions and 159 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "comicvine-service",
"name": "threetwo-metadata-service",
"version": "0.0.2",
"description": "A facade for ComicVine API, for use with ThreeTwo!",
"description": "A facade for ComicVine API, and others for ThreeTwo",
"scripts": {
"build": "tsc --build tsconfig.json",
"dev": "ts-node ./node_modules/moleculer/bin/moleculer-runner.js --envfile .env/service.env --hot --repl --config moleculer.config.ts services/**/*.service.ts",
"start": "moleculer-runner --envfile .env/service.env --config dist/moleculer.config.js dist/**/*.service.js",
"dev": "ts-node ./node_modules/moleculer/bin/moleculer-runner.js --hot --repl --config moleculer.config.ts services/**/*.service.ts",
"start": "moleculer-runner --config dist/moleculer.config.js dist/**/*.service.js",
"cli": "moleculer connect NATS",
"ci": "jest --watch",
"test": "jest --coverage",
@@ -47,8 +47,8 @@
"ioredis": "^4.28.1",
"leven": "^3.1.0",
"lodash": "^4.17.21",
"moleculer": "^0.14.0",
"moleculer-web": "^0.9.0",
"moleculer": "^0.14.19",
"moleculer-web": "^0.10.4",
"nats": "^1.3.2",
"query-string": "^7.0.1",
"string-similarity": "^4.0.4",