{
  "name": "@chargetrip/apollo-federation-upload",
  "version": "4.2.2",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "homepage": "https://chargetrip.com/",
  "author": "Chargetrip <dev@chargetrip.com>",
  "repository": "https://github.com/chargetrip/apollo-federation-file-upload",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "chargetrip",
    "apollo",
    "federation",
    "file",
    "gateway",
    "graphQL",
    "upload"
  ],
  "scripts": {
    "check-types": "tsc --noEmit",
    "run-lint": "eslint --max-warnings=0 --ext .ts lib",
    "lint": "run-s check-types run-lint",
    "build": "tsc",
    "watch": "tsc-watch --onSuccess tsc",
    "prepublishOnly": "tsc",
    "test": "nyc ts-node ./test/index.ts"
  },
  "dependencies": {
    "form-data": "^4.0.0",
    "graphql-upload": "^15.0.1",
    "lodash.clonedeep": "^4.5.0",
    "lodash.set": "^4.3.2"
  },
  "peerDependencies": {
    "@apollo/gateway": "^2.7.1",
    "apollo-server-env": "^4.2.1"
  },
  "devDependencies": {
    "@apollo/gateway": "^2.7.1",
    "@apollo/subgraph": "^2.7.1",
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/lodash.clonedeep": "^4.5.7",
    "@types/lodash.set": "^4.3.7",
    "@types/newman": "^5.3.0",
    "@types/node": "^17.0.24",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "apollo-graphql": "^0.9.7",
    "apollo-server-core": "^3.12.0",
    "apollo-server-express": "^3.12.0",
    "eslint": "^8.44.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-import-resolver-typescript": "^3.5.5",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "express": "4.18.1",
    "graphql": "^16.3.0",
    "husky": "^8.0.1",
    "newman": "^5.3.2",
    "nyc": "^15.1.0",
    "prettier": "^2.6.2",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.8.1",
    "tsc-watch": "^6.0.4",
    "typescript": "^4.7.3"
  }
}