{
    "name": "@theorchard/graphql-server",
    "version": "5.1.2",
    "description": "Common bootstrapping logic for running graphql servers",
    "main": "dist/cjs/src/index.js",
    "module": "dist/esm/src/index.js",
    "types": "dist/esm/src/index.d.ts",
    "author": "The Orchard",
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/ts-prettier"
    },
    "engines": {
        "node": ">=22"
    },
    "scripts": {
        "build:cjs": "tsc --build ./tsconfig.cjs.json",
        "build:cjs:dd": "tsc --build ./tsconfig.cjs.dd.json",
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm run build:esm && pnpm run build:cjs && pnpm run build:cjs:dd",
        "clean": "rm -rf dist & rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "test:unit": "jest",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache src",
        "test": "pnpm lint && pnpm test:unit"
    },
    "dependencies": {
        "@apollo/datasource-rest": "^6.4.1",
        "@apollo/server": "^5.5.1",
        "@apollo/subgraph": "^2.14.0",
        "@apollo/utils.keyvaluecache": "^4.0.0",
        "@as-integrations/express5": "^1.1.2",
        "@graphql-tools/schema": "^10.0.31",
        "@graphql-tools/utils": "^10.9.1",
        "@theorchard/constants": "workspace:*",
        "@theorchard/graphql-constants": "workspace:*",
        "@theorchard/sentry-scrubber": "workspace:*",
        "@theorchard/utils-environment": "workspace:*",
        "@types/compression": "^1.8.1",
        "app-root-path": "^3.1.0",
        "body-parser": "^2.2.0",
        "compression": "^1.8.1",
        "cors": "^2.8.5",
        "dd-trace": "^5.61.1",
        "express": "^5.1.0",
        "graphql": "^16.8.1",
        "graphql-tag": "^2.12.6",
        "lodash-es": "^4.18.1",
        "winston": "^3.17.0",
        "zod": "^4.0.13"
    },
    "peerDependencies": {
        "@sentry/node": "9.x",
        "@theorchard/jwt-service-handler": "^4.x"
    },
    "devDependencies": {
        "@sentry/node": "^9.43.0",
        "@theorchard/jwt-service-handler": "workspace:*",
        "@types/body-parser": "^1.19.6",
        "@types/cors": "^2.8.19",
        "@types/express": "^5.0.3",
        "@types/lodash-es": "^4.17.12",
        "jsonwebtoken": "^9.0.3"
    },
    "files": [
        "dist",
        "datadog"
    ]
}
