Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com>

# Conflicts:
#	package-lock.json
#	package.json
#	yarn.lock
This commit is contained in:
2021-09-03 12:13:07 -07:00
23 changed files with 2985 additions and 8520 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "threetwo-import-service",
"name": "threetwo-library-service",
"version": "1.0.0",
"description": "My Moleculer-based microservices project",
"scripts": {
@@ -9,7 +9,10 @@
"cli": "moleculer connect NATS",
"ci": "jest --watch",
"test": "jest --coverage",
"lint": "eslint --ext .js,.ts ."
"lint": "eslint --ext .js,.ts .",
"dc:up": "docker-compose up --build -d",
"dc:logs": "docker-compose logs -f",
"dc:down": "docker-compose down"
},
"keywords": [
"microservices",
@@ -27,7 +30,6 @@
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"moleculer-repl": "^0.6.2",
"threetwo-ui-typings": "^1.0.2-0",
"ts-jest": "^25.3.0",
"ts-node": "^8.8.1"
},
@@ -43,6 +45,7 @@
"imghash": "^0.0.9",
"leven": "^3.1.0",
"lodash": "^4.17.21",
"mkdirp": "^0.5.5",
"moleculer": "^0.14.16",
"moleculer-db": "^0.8.13",
"moleculer-db-adapter-mongo": "^0.4.7",
@@ -59,9 +62,8 @@
"sharp": "^0.28.1",
"socket.io": "^4.1.1",
"socket.io-stream": "^0.5.3",
"string-similarity": "^4.0.4",
"threetwo-ui-typings": "^1.0.3",
"typescript": "^3.8.3",
"unrar": "github:cnboker/node-unrar",
"xml2js": "^0.4.23"
},
"engines": {