{
  "name": "@wundergraph/composition",
  "version": "0.62.2",
  "author": {
    "name": "WunderGraph Maintainers",
    "email": "info@wundergraph.com"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/wundergraph/cosmo"
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "rm -rf dist && tsc",
    "test:watch": "vitest test",
    "test": "vitest run",
    "test:core": "vitest run --exclude ./tests/unstaged-tests",
    "test:coverage": "vitest run --coverage",
    "lint": "prettier --check .",
    "lint:fix": "eslint --cache --fix --ext .ts,.mjs,.cjs . && pnpm format",
    "format": "prettier -w -c .",
    "postversion": "node ./scripts/get-composition-version.mjs"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@graphql-tools/merge": "^9.0.0",
    "@graphql-tools/schema": "^10.0.0",
    "@graphql-tools/utils": "^11.0.0",
    "core-js": "^3.41.0",
    "graphql": "^16.9.0",
    "lodash": "4.18.1",
    "pathe": "^1.1.1",
    "set.prototype.difference": "1.1.7",
    "set.prototype.intersection": "1.1.8",
    "set.prototype.isdisjointfrom": "1.1.5",
    "set.prototype.issubsetof": "1.1.4",
    "set.prototype.issupersetof": "1.1.3"
  },
  "devDependencies": {
    "@types/lodash": "4.17.24",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "3.2.4",
    "del-cli": "^5.1.0",
    "typescript": "5.6.2",
    "vitest": "^3.2.4"
  },
  "gitHead": "6e88b50d29f9373d7c09ca5c45dea8c8a9c3bec1"
}
