/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/lambda-api-gateway-streaming/package.json
25 строк
585 B
Alex / KATT
chore(monorepo): remove versions from private workspaces (#7306)
12 апр 2026, 16:13
Не верифицирован
12 апр 2026, 16:13
c188dab
Код
Авторство
О чём код?
{ "name": "examples-lambda-api-gateway-streaming", "private": true, "type": "module", "main": "index.js", "license": "MIT", "scripts": { "lint": "eslint --cache src", "typecheck": "tsc", "start": "tsx watch src/client.ts", "deploy": "pnpx serverless@4.28.0 deploy" }, "dependencies": { "@trpc/client": "workspace:*", "@trpc/server": "workspace:*", "tsx": "^4.19.3", "zod": "^4.2.1" }, "devDependencies": { "@types/aws-lambda": "^8.10.149", "@types/node": "^22.13.5", "eslint": "^9.26.0", "typescript": "^5.9.2" } }