/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v10.45.3
packages/tests/package.json
72 строки
2 KB
Alexander Johansson
v10.45.3
15 дек 2025, 00:22
15 дек 2025, 00:22
1117bb3
Код
Авторство
О чём код?
{ "name": "@trpc/tests", "version": "10.45.3", "private": true, "scripts": { "codegen:bigBoi": "tsx ../../scripts/generateBigBoi.ts", "codegen:bigLegacyRouter": "tsx ../../scripts/generateBigLegacyRouter.ts", "codegen-tests": "run-p codegen:*", "lint": "eslint --cache --ext .ts,.tsx --ignore-path ../../.gitignore --report-unused-disable-directives .", "test": "concurrently -P -c \"green,blue\" \"npm:test-run:vitest -- {@}\" npm:test-run:tsc", "test-run:vitest": "vitest --run", "test-run:tsc": "tsc --noEmit --pretty", "test-watch": "concurrently -P -c \"green,blue\" \"npm:test-watch:vitest -- {@}\" npm:test-watch:tsc", "test-watch:vitest": "vitest", "test-watch:tsc": "tsc --noEmit --pretty --watch", "test-ci": "concurrently \"CI=true vitest --coverage\" npm:test-run:tsc", "test-ui": "vitest --ui", "ts-watch": "tsc --watch" }, "dependencies": { "@cloudflare/workers-types": "^4.0.0", "@decs/typeschema": "^0.12.0", "@effect/schema": "^0.57.0", "@fastify/busboy": "^2.0.0", "@fastify/websocket": "^7.1.2", "@miniflare/core": "^2.9.0", "@tanstack/react-query": "^4.18.0", "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@trpc/client": "10.45.3", "@trpc/next": "10.45.3", "@trpc/react-query": "10.45.3", "@trpc/server": "10.45.3", "@types/node": "^20.10.0", "@types/testing-library__jest-dom": "^5.14.5", "@vitest/coverage-istanbul": "^0.32.0", "@vitest/ui": "^0.32.0", "abort-controller": "^3.0.0", "arktype": "1.0.14-alpha", "concurrently": "^8.0.0", "dataloader": "^2.2.2", "devalue": "^4.0.0", "eslint": "^8.40.0", "fastify": "^4.13.0", "fastify-plugin": "^4.5.0", "jsdom": "^23.0.0", "konn": "^0.7.0", "miniflare": "^2.4.0", "myzod": "^1.3.1", "next": "^14.0.1", "node-fetch": "^3.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", "runtypes": "^6.6.0", "scale-codec": "^0.13.0", "superjson": "^1.12.4", "superstruct": "^1.0.0", "tsx": "^4.0.0", "tupleson": "0.23.1", "typescript": "^5.4.0", "valibot": "^0.25.0", "vite": "^4.1.2", "vitest": "^0.32.0", "vitest-environment-miniflare": "^2.12.0", "ws": "^8.0.0", "yup": "^1.0.0", "zod": "^3.0.0", "zod-form-data": "^2.0.1" } }