{
  "name": "nestjs-graphql-relay",
  "version": "10.6.0",
  "description": "@nestjs/graphql + graphql-relay + typeorm",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/g59/nestjs-plugins.git"
  },
  "homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-graphql-relay",
  "bugs": {
    "url": "https://github.com/g59/nestjs-plugins/issues"
  },
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run clean && tsc -p .",
    "clean": "tsc --build --clean",
    "lint": "tsc -p . --noEmit"
  },
  "keywords": [
    "nest",
    "graphql-relay",
    "typeorm"
  ],
  "peerDependencies": {
    "@apollo/gateway": "^2.0.0",
    "@nestjs/graphql": "^12.0.0",
    "@nestjs/typeorm": "^10.0.0",
    "graphql-relay": "^0.10.0",
    "ts-morph": "*",
    "class-validator": "*"
  },
  "devDependencies": {
    "@types/validator": "^13.12.2",
    "@types/ws": "^8.5.14",
    "sqlite3": "^5.1.7"
  },
  "types": "lib/index.d.ts"
}
