/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/soa/package.json
23 строки
624 B
Alex / KATT
chore(monorepo): remove versions from private workspaces (#7306)
12 апр 2026, 16:13
Не верифицирован
12 апр 2026, 16:13
c188dab
Код
Авторство
О чём код?
{ "name": "examples-soa", "private": true, "type": "module", "scripts": { "build": "tsc", "start:server-a": "tsx server-a", "start:server-b": "tsx server-b", "start:client": "tsx client", "test-dev": "start-test 'start:server-a' '2021' 'start:server-b' '2022' 'start:client'", "start": "pnpm test-dev" }, "devDependencies": { "@trpc/client": "npm:@trpc/client", "@trpc/server": "npm:@trpc/server", "@types/node": "^22.13.5", "npm-run-all": "^4.1.5", "start-server-and-test": "^1.12.0", "tsx": "^4.19.3", "typescript": "^5.9.2", "wait-port": "^1.0.1" } }