UNPKG

@graphql-yoga/nestjs

Version:

GraphQL Yoga driver for NestJS GraphQL.

87 lines 2.26 kB
{ "name": "@graphql-yoga/nestjs", "version": "3.0.0-rc-20231016132816-021ff90e", "type": "module", "description": "GraphQL Yoga driver for NestJS GraphQL.", "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-yoga.git", "directory": "packages/nestjs" }, "author": "Denis Badurina <badurinadenis@gmail.com>", "license": "MIT", "engines": { "node": ">=18.0.0" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "exports": { ".": { "require": { "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { "types": "./dist/typings/index.d.ts", "default": "./dist/esm/index.js" }, "default": { "types": "./dist/typings/index.d.ts", "default": "./dist/esm/index.js" } }, "./package.json": "./package.json" }, "typings": "dist/typings/index.d.ts", "keywords": [ "graphql", "server", "nestjs", "nest", "driver", "graphql-yoga" ], "peerDependencies": { "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/graphql": "^12.0.0", "graphql": "^15.0.0 || ^16.0.0", "graphql-yoga": "5.0.0-rc-20231016132816-021ff90e" }, "devDependencies": { "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/graphql": "^12.0.0", "@nestjs/platform-express": "^10.0.0", "@nestjs/platform-fastify": "^10.0.0", "@nestjs/testing": "^10.0.0", "@swc/core": "^1.3.35", "@types/express": "^4.17.17", "@types/glob": "^8.0.1", "@types/ws": "^8.5.4", "@whatwg-node/fetch": "^0.9.7", "express": "^4.18.2", "fastify": "^4.13.0", "glob": "^10.0.0", "graphql": "^16.6.0", "graphql-http": "^1.18.0", "graphql-ws": "^5.11.3", "graphql-yoga": "5.0.0-rc-20231016132816-021ff90e", "prettier": "^3.0.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.0", "subscriptions-transport-ws": "^0.11.0", "tslib": "^2.5.2", "ws": "^8.12.1" }, "publishConfig": { "access": "public" }, "sideEffects": false, "typescript": { "definition": "dist/typings/index.d.ts" }, "scripts": { "check": "tsc --pretty --noEmit" } }