{
  "name": "@ptc-org/nestjs-query-typegoose",
  "version": "9.5.0",
  "description": "Typegoose adapter for @ptc-org/nestjs-query-core",
  "homepage": "https://github.com/tripss/nestjs-query#readme",
  "bugs": {
    "url": "https://github.com/tripss/nestjs-query/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tripss/nestjs-query.git",
    "directory": "packages/query-typegoose"
  },
  "license": "MIT",
  "author": "john mcinall<johnmcinall@gmail.com>",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "src/**"
  ],
  "dependencies": {
    "camel-case": "^4.1.2",
    "is-class": "0.0.9",
    "lodash.escaperegexp": "^4.1.2",
    "lodash.merge": "^4.6.2",
    "tslib": "^2.8.1",
    "@ptc-org/nestjs-query-core": "9.5.0",
    "reflect-metadata": "0.2.2"
  },
  "peerDependencies": {
    "@m8a/nestjs-typegoose": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "@typegoose/typegoose": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "mongoose": "^6.5.0 || ^7.0.3 || ^8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@4.13.0",
  "resolutions": {
    "@apollo/gateway": "2.14.1",
    "@apollo/server": "^5.5.1",
    "@apollo/subgraph": "2.14.1"
  },
  "type": "commonjs"
}