|
| 1 | +{ |
| 2 | + "name": "@graphql-hive/nestjs", |
| 3 | + "version": "0.0.0", |
| 4 | + "type": "module", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "git+https://github.com/graphql-hive/gateway.git", |
| 8 | + "directory": "packages/nestjs" |
| 9 | + }, |
| 10 | + "homepage": "https://the-guild.dev/graphql/hive/docs/gateway", |
| 11 | + "author": { |
| 12 | + |
| 13 | + "name": "The Guild", |
| 14 | + "url": "https://the-guild.dev" |
| 15 | + }, |
| 16 | + "license": "MIT", |
| 17 | + "engines": { |
| 18 | + "node": ">=18.0.0" |
| 19 | + }, |
| 20 | + "main": "./dist/index.js", |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "require": { |
| 24 | + "types": "./dist/index.d.cts", |
| 25 | + "default": "./dist/index.cjs" |
| 26 | + }, |
| 27 | + "import": { |
| 28 | + "types": "./dist/index.d.ts", |
| 29 | + "default": "./dist/index.js" |
| 30 | + } |
| 31 | + }, |
| 32 | + "./package.json": "./package.json" |
| 33 | + }, |
| 34 | + "types": "./dist/index.d.ts", |
| 35 | + "files": [ |
| 36 | + "dist" |
| 37 | + ], |
| 38 | + "scripts": { |
| 39 | + "build": "pkgroll --clean-dist", |
| 40 | + "prepack": "yarn build" |
| 41 | + }, |
| 42 | + "peerDependencies": { |
| 43 | + "@nestjs/common": "^11.0.9", |
| 44 | + "@nestjs/graphql": "^13.0.2", |
| 45 | + "graphql": "^15.9.0 || ^16.9.0" |
| 46 | + }, |
| 47 | + "dependencies": { |
| 48 | + "@graphql-hive/gateway-runtime": "workspace:^", |
| 49 | + "@graphql-mesh/types": "^0.103.18", |
| 50 | + "@graphql-tools/utils": "^10.8.1", |
| 51 | + "tslib": "^2.8.1" |
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "@nestjs/common": "11.0.9", |
| 55 | + "@nestjs/core": "11.0.9", |
| 56 | + "@nestjs/graphql": "13.0.2", |
| 57 | + "fastify": "5.2.1", |
| 58 | + "graphql": "^16.9.0", |
| 59 | + "pkgroll": "2.10.0", |
| 60 | + "reflect-metadata": "0.2.2", |
| 61 | + "rxjs": "7.8.1" |
| 62 | + }, |
| 63 | + "sideEffects": false |
| 64 | +} |
0 commit comments