🪢 Added resolvers for LoCG

This commit is contained in:
2026-03-04 23:36:10 -05:00
parent cad3326417
commit b753481754
10 changed files with 3906 additions and 253 deletions

View File

@@ -38,9 +38,15 @@
"telnet-client": "^2.2.5",
"threetwo-ui-typings": "^1.0.14",
"ts-jest": "^25.3.0",
"ts-node": "^8.8.1"
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@graphql-tools/delegate": "^12.0.8",
"@graphql-tools/schema": "^10.0.31",
"@graphql-tools/stitch": "^10.1.12",
"@graphql-tools/utils": "^11.0.0",
"@graphql-tools/wrap": "^11.1.8",
"@types/axios": "^0.14.0",
"@types/jest": "^25.1.4",
"@types/mkdirp": "^1.0.0",
@@ -51,18 +57,20 @@
"delay": "^5.0.0",
"dotenv": "^10.0.0",
"got": "^12.0.1",
"graphql": "^16.13.1",
"graphql-tag": "^2.12.6",
"imghash": "^0.0.9",
"ioredis": "^4.28.1",
"jsdom": "^19.0.0",
"leven": "^3.1.0",
"lodash": "^4.17.21",
"moleculer": "^0.14.28",
"moleculer-apollo-server": "^0.4.0",
"moleculer-web": "^0.10.5",
"nats": "^1.3.2",
"paginate-info": "^1.0.4",
"query-string": "^7.0.1",
"string-similarity": "^4.0.4",
"typescript": "^3.8.3"
"string-similarity": "^4.0.4"
},
"engines": {
"node": ">= 10.x.x"