{
  "name": "typeorm-relations-graphql",
  "version": "3.0.0",
  "description": "A helper to join TypeORM relations based on fields selected in a GraphQL query.",
  "keywords": [
    "typeorm",
    "graphql",
    "relations"
  ],
  "author": "Equalogic Ltd",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/equalogic/typeorm-relations-graphql",
  "repository": {
    "type": "git",
    "url": "https://github.com/equalogic/typeorm-relations-graphql.git"
  },
  "scripts": {
    "prebuild": "rimraf dist && npm run barrels:generate",
    "build": "tsc -p tsconfig.build.json",
    "postbuild": "cp package.json README.md dist/",
    "format": "prettier --write .",
    "lint": "eslint --ext .ts --ignore-path .gitignore .",
    "lint:fix": "eslint --ext .ts --ignore-path .gitignore . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "rimraf test/.results && mkdirp test/.results && jest --ci --runInBand",
    "postversion": "npm run postbuild",
    "release": "np --no-publish --no-cleanup",
    "barrels:generate": "barrelsby --config barrelsby.json"
  },
  "peerDependencies": {
    "graphql": ">=14.6.0",
    "typeorm": "^0.3.0"
  },
  "dependencies": {
    "graphql-info-inspector": "^1.0.0",
    "typeorm-relations": "^1.0.0"
  },
  "devDependencies": {
    "@graphql-tools/mock": "9.0.5",
    "@graphql-tools/schema": "10.0.7",
    "@graphql-tools/utils": "10.5.5",
    "@types/jest": "29.5.14",
    "@types/node": "22.9.0",
    "@typescript-eslint/eslint-plugin": "6.0.0",
    "@typescript-eslint/parser": "6.0.0",
    "barrelsby": "2.8.1",
    "eslint": "8.31.0",
    "eslint-config-prettier": "8.6.0",
    "eslint-import-resolver-typescript": "3.5.3",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.1.1",
    "graphql": "15.9.0",
    "jest": "29.7.0",
    "mkdirp": "3.0.1",
    "np": "10.0.7",
    "prettier": "3.2.2",
    "sqlite3": "5.1.7",
    "ts-jest": "29.2.5",
    "typeorm": "0.3.20",
    "typescript": "5.6.3"
  },
  "jest-junit": {
    "outputDirectory": "./test/.results",
    "outputName": "junit.xml"
  },
  "main": "index.js",
  "types": "index.d.ts"
}
