UNPKG

@trpc-playground/types

Version:
47 lines 980 B
{ "name": "@trpc-playground/types", "type": "module", "version": "1.0.0", "publishConfig": { "access": "public" }, "description": "types for trpc-playground", "repository": { "directory": "packages/types", "type": "git", "url": "https://github.com/sachinraja/trpc-playground" }, "homepage": "https://github.com/sachinraja/trpc-playground#readme", "bugs": { "url": "https://github.com/sachinraja/trpc-playground/issues" }, "author": "Sachin Raja <sachinraja2349@gmail.com>", "license": "MIT", "keywords": [ "trpc", "playground", "types" ], "types": "src/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./src/index.d.ts" } }, "files": [ "src" ], "peerDependencies": { "@trpc/server": "^10" }, "dependencies": { "ts-essentials": "^9.3.0" }, "devDependencies": { "@trpc/server": "10.5.0" }, "scripts": { "type-check": "tsc" } }