{
  "name": "postgraphile-federation-plugin",
  "version": "0.8.0",
  "description": "Apollo Federation support for Graphile Engine",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "build": "tsc -p ./tsconfig.json",
    "lint": "eslint 'src/**/*.ts'",
    "watch": "tsc --watch",
    "test": "./node_modules/.bin/jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgagliardo91/postgraphile-federation-plugin.git"
  },
  "keywords": [
    "apollo",
    "federation",
    "graphile",
    "postgraphile",
    "engine",
    "postgres",
    "pg",
    "postgresql"
  ],
  "author": "Michael Gagliardo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mgagliardo91/postgraphile-federation-plugin/issues"
  },
  "homepage": "https://github.com/mgagliardo91/postgraphile-federation-plugin#readme",
  "dependencies": {
    "@apollo/subgraph": "^0.3.1",
    "@graphql-tools/wrap": "^8",
    "graphile-utils": "^4.12.2",
    "graphql": "^15.8.0"
  },
  "devDependencies": {
    "@apollo/gateway": "^0.48.1",
    "@types/jest": "^27.0.2",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "apollo-server": "^3.3.0",
    "axios": "^0.26.0",
    "eslint": "^8.0.0",
    "eslint_d": "^11.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^26.0.0",
    "eslint-plugin-jsdoc": "^37",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.2.4",
    "jest-serializer-graphql-schema": "^4.10.0",
    "pg": "^8.7.1",
    "postgraphile": "^4.11.0",
    "postgraphile-core": "^4.12.1",
    "prettier": "^2.4.1",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.3"
  },
  "peerDependencies": {
    "graphile-build": "^4.12.0",
    "graphile-build-pg": "^4.12.1"
  }
}
