/
dimamir
/
graphql-mesh
Обзор
Документация
Войти
/
dimamir
/
graphql-mesh
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/grpc-example/package.json
28 строк
719 B
TheGuildBot
chore(release): update monorepo packages versions (#8071)
05 дек 2024, 14:41
Не верифицирован
05 дек 2024, 14:41
6205d9b
Код
Авторство
О чём код?
{ "name": "@examples/grpc-example", "author": "Simon Liang", "license": "MIT", "private": true, "scripts": { "grpc:start": "ts-node index.ts", "mesh:start": "mesh dev", "start": "concurrently \"yarn grpc:start\" \"yarn mesh:start\"", "test": "jest" }, "dependencies": { "@graphql-mesh/cli": "0.98.6", "@graphql-mesh/grpc": "0.106.5", "@graphql-mesh/transform-naming-convention": "0.103.5", "@grpc/grpc-js": "1.12.4", "@grpc/proto-loader": "0.7.13", "google-protobuf": "3.21.4", "graphql": "16.9.0" }, "devDependencies": { "concurrently": "9.1.0", "jest": "29.7.0", "ts-jest": "29.2.5", "ts-node": "^10.9.2", "typescript": "^5.4.2" } }