{
  "name": "graphql-compose-mongoose",
  "version": "10.1.0",
  "description": "Plugin for `graphql-compose` which derive a graphql types from a mongoose model.",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql-compose/graphql-compose-mongoose.git"
  },
  "keywords": [
    "graphql",
    "compose",
    "graphql-compose",
    "mongoose",
    "mongodb"
  ],
  "bugs": {
    "url": "https://github.com/graphql-compose/graphql-compose-mongoose/issues"
  },
  "homepage": "https://github.com/graphql-compose/graphql-compose-mongoose",
  "dependencies": {
    "dataloader": "^2.2.3",
    "graphql-compose-connection": "8.2.1",
    "graphql-compose-pagination": "8.3.0"
  },
  "peerDependencies": {
    "graphql-compose": "^7.21.4 || ^8.0.0 || ^9.0.0",
    "mongoose": "^9.0.0 || ^8.0.0 || ^7.0.0 || ^6.0.0"
  },
  "devDependencies": {
    "@types/jest": "30.0.0",
    "@typescript-eslint/eslint-plugin": "8.49.0",
    "@typescript-eslint/parser": "8.49.0",
    "eslint": "9.39.1",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prettier": "5.5.4",
    "graphql": "16.12.0",
    "graphql-compose": "9.1.0",
    "jest": "30.2.0",
    "mongodb-memory-server": "10.4.1",
    "mongoose": "9.0.1",
    "prettier": "3.7.4",
    "request": "2.88.2",
    "rimraf": "6.1.2",
    "ts-jest": "29.4.6",
    "typescript": "5.9.3"
  },
  "scripts": {
    "prepare": "tsc -p ./tsconfig.build.json",
    "build": "rimraf lib && tsc -p ./tsconfig.build.json",
    "watch": "jest --watch",
    "coverage": "jest --coverage --maxWorkers 4",
    "lint": "yarn eslint && yarn tscheck",
    "eslint": "eslint --ext .ts ./src",
    "tscheck": "tsc --noEmit",
    "test": "yarn coverage && yarn lint",
    "link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link graphql-compose-pagination && yarn link mongoose && yarn link",
    "unlink": "rimraf node_modules && yarn install",
    "semantic-release": "semantic-release",
    "test-prev-vers-8": "yarn add mongoose@8.20.2 --dev --ignore-scripts && yarn coverage && git checkout HEAD -- package.json yarn.lock",
    "test-prev-vers-7": "yarn add mongoose@7.6.4 --dev --ignore-scripts && yarn coverage && git checkout HEAD -- package.json yarn.lock",
    "test-prev-vers-6": "yarn add mongoose@6.1.2 --dev --ignore-scripts && yarn coverage && git checkout HEAD -- package.json yarn.lock"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "packageManager": "yarn@1.22.22"
}
