@ts-rest/nest
Version:
Nest server integration for @ts-rest
50 lines • 1.16 kB
JSON
{
"name": "@ts-rest/nest",
"version": "3.52.1",
"private": false,
"description": "Nest server integration for @ts-rest",
"keywords": [
"rpc",
"rest",
"typescript",
"typescript-rest",
"nestjs",
"http",
"api",
"type safe"
],
"repository": {
"type": "git",
"url": "https://github.com/ts-rest/ts-rest.git",
"directory": "libs/ts-rest/nest"
},
"license": "MIT",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./index.esm.mjs",
"require": "./index.cjs.js",
"types": "./index.cjs.d.ts"
}
},
"main": "./index.cjs.js",
"module": "./index.esm.mjs",
"types": "./index.cjs.d.ts",
"devDependencies": {
"@nestjs/platform-express": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/platform-fastify": "^9.0.0 || ^10.0.0 || ^11.0.0",
"fastify": "^4.0.0"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ts-rest/core": "~3.52.0",
"rxjs": "^7.1.0",
"zod": "^3.22.3"
},
"peerDependenciesMeta": {
"zod": {
"optional": true
}
}
}