UNPKG

msw-trpc

Version:

tRPC API for Mock Service Worker (MSW).

40 lines 836 B
{ "name": "msw-trpc", "version": "2.0.1", "description": "tRPC API for Mock Service Worker (MSW).", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "author": "Malo Guertin", "license": "MIT", "files": [ "dist", "src" ], "repository": { "type": "git", "url": "git+https://github.com/maloguertin/msw-trpc.git" }, "keywords": [ "msw", "trpc", "testing", "api" ], "bugs": { "url": "https://github.com/maloguertin/msw-trpc/issues" }, "homepage": "https://github.com/maloguertin/msw-trpc#readme", "dependencies": { "@trpc/client": "^11.1.0", "msw": "^2.7.5" }, "peerDependencies": { "@trpc/server": "^11.0.0", "msw": "^2.0.0" }, "scripts": { "build": "rimraf dist && tsc --build", "type-check": "tsc --noEmit" } }