/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/upgrade/package.json
59 строк
1 KB
github-actions[bot]
v11.18.0
18 июн 2026, 01:46
18 июн 2026, 01:46
6aec157
Код
Авторство
О чём код?
{ "name": "@trpc/upgrade", "version": "11.18.0", "description": "Upgrade scripts for tRPC", "author": "juliusmarminge", "license": "MIT", "type": "module", "bin": "./dist/bin.js", "homepage": "https://trpc.io", "repository": { "type": "git", "url": "git+https://github.com/trpc/trpc.git", "directory": "packages/upgrade" }, "exports": { "./transforms/hooksToOptions": { "require": "./dist/transforms/hooksToOptions.cjs" }, "./transforms/provider": { "require": "./dist/transforms/provider.cjs" } }, "scripts": { "build": "tsdown" }, "files": [ "dist", "src", "README.md", "package.json", "!**/*.test.*", "!**/__tests__" ], "dependencies": { "@bomb.sh/args": "0.3.1", "@clack/prompts": "1.2.0", "jscodeshift": "17.3.0", "typescript": "^5.9.2" }, "devDependencies": { "@tanstack/react-query": "^5.80.3", "@trpc/client": "11.18.0", "@trpc/react-query": "11.18.0", "@trpc/server": "11.18.0", "@trpc/tanstack-react-query": "11.18.0", "@types/jscodeshift": "17.3.0", "@types/node": "^22.13.5", "react": "^19.1.0", "react-dom": "^19.1.0", "tsdown": "0.12.7", "zod": "^4.2.1" }, "publishConfig": { "access": "public" }, "funding": [ "https://trpc.io/sponsor" ] }