{
  "name": "graphql-sr-delivery",
  "version": "1.0.0",
  "repository": "git@github.com:theorchard/graphql-sr-delivery.git",
  "private": true,
  "engines": {
    "node": ">=24"
  },
  "eslintConfig": {
    "extends": "@theorchard/ts"
  },
  "scripts": {
    "apollo:rover:check": "yarn apollo-rover check",
    "apollo:rover:publish": "yarn apollo-rover publish",
    "build:copy_schema": "cp -R ./src/schema ./build",
    "build:server": "yarn tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
    "build": "yarn clean && yarn build:server && yarn build:copy_schema",
    "clean": "rm -rf build && mkdir build",
    "generate:types": "yarn graphql-codegen",
    "lint:js": "eslint --ignore-pattern src/generated/index.ts --ext .js,.ts,.tsx,.jsx src/ tests/",
    "lint:schema": "graphql-schema-linter src/schema/*.gql",
    "lint": "yarn lint:js && yarn lint:schema",
    "start": "dotenv -- yarn nodemon --exec ts-node --project ./tsconfig.json -r tsconfig-paths/register ./src/index.ts",
    "test:integration": "yarn generate:types && NODE_ENV=test jest --verbose --testPathIgnorePatterns src/**/*",
    "test:unit": "NODE_ENV=test jest --testPathIgnorePatterns tests/**/*",
    "test": "yarn test:unit && yarn test:integration"
  },
  "dependencies": {
    "@sentry/node": "^7.61.1",
    "@theorchard/datasource-ows": "^2.5.10",
    "@theorchard/graphql-server": "^2.1.9",
    "dataloader": "^2.2.3",
    "graphql": "^16.6.0",
    "graphql-scalars": "1.22.2",
    "lodash": "^4.17.21",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@graphql-codegen/add": "^3.2.1",
    "@graphql-codegen/cli": "^3.3.0",
    "@graphql-codegen/typescript": "^3.0.0",
    "@graphql-codegen/typescript-operations": "^3.0.0",
    "@graphql-codegen/typescript-resolvers": "^3.2.1",
    "@theorchard/apollo-rover": "^1.0.2",
    "@theorchard/eslint-config-ts": "^1.2.0",
    "@types/jest": "^29.5.3",
    "@types/lodash": "^4.14.197",
    "@types/node": "^24.1.0",
    "dotenv-cli": "^4.0.0",
    "graphql-request": "^5.2.0",
    "graphql-schema-linter": "^3.0.1",
    "jest": "^29.6.2",
    "jest-transform-graphql": "^2.1.0",
    "nodemon": "^2.0.7",
    "ts-jest": "29.4.9",
    "ts-node": "10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tsc-alias": "^1.8.16",
    "typescript": "5.9.3"
  },
  "resolutions": {
    "graphql": "^16.6.0"
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
