{
    "name": "graphql-knowledge-search",
    "version": "1.0.0",
    "repository": "git@github.com:theorchard/graphql-knowledge-search.git",
    "private": true,
    "engines": {
        "node": ">=22.18.0"
    },
    "eslintConfig": {
        "extends": "@theorchard/ts-prettier"
    },
    "prettier": "@theorchard/prettier-config",
    "scripts": {
        "start": "dotenv -- yarn nodemon --exec ts-node --project ./tsconfig.json -r tsconfig-paths/register ./src/index.ts",
        "lint": "yarn lint:js && yarn lint:schema",
        "lint:js": "eslint --ignore-pattern */generated/index.ts src/ tests/",
        "lint:schema": "graphql-schema-linter src/schema/*.graphql",
        "test": "yarn format:check && yarn test:unit && yarn test:integration",
        "test:unit": "dotenv -c test -- jest --testPathIgnorePatterns tests/**/*",
        "test:integration": "dotenv -c test -- jest --verbose --testPathIgnorePatterns src/**/*",
        "generate:types": "yarn graphql-codegen",
        "generate:types:integration": "rm -rf tests/generated/* && graphql-codegen -c codegen.test.yml",
        "clean": "rm -rf build && mkdir build",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "build:server": "yarn tsc -p ./tsconfig.build.json && tscpaths -p ./tsconfig.build.json -s ./src -o ./build",
        "build:schema": "cp -R ./src/schema ./build",
        "build": "yarn clean && yarn build:server && yarn build:schema",
        "apollo:check": "yarn apollo-rover check",
        "apollo:push": "yarn apollo-rover publish"
    },
    "dependencies": {
        "@apollo/cache-control-types": "^1.0.2",
        "@apollo/server": "^5.0.0",
        "@apollo/server-plugin-response-cache": "^5.0.0",
        "@apollo/utils.keyvadapter": "^2.0.2",
        "@aws-sdk/client-secrets-manager": "^3.414.0",
        "@keyv/redis": "^2.8.5",
        "@opensearch-project/opensearch": "3.5.1",
        "@sentry/node": "^9.43.0",
        "@theorchard/apollo-rover": "^1.1.2",
        "@theorchard/backend-ts-pdp-sdk": "^1.7.1",
        "@theorchard/connector-splitio": "^4.2.0",
        "@theorchard/connector-spotify": "^1.2.0",
        "@theorchard/dataloader-redis-zod": "^1.2.0",
        "@theorchard/dataloader-zod": "^1.1.0",
        "@theorchard/datasource-ows": "^2.8.1",
        "@theorchard/field-validator": "^1.5.0",
        "@theorchard/graphql-server": "^4.1.0",
        "dataloader": "^2.2.2",
        "graphql": "^16.8.1",
        "graphql-tag": "^2.11.0",
        "ioredis": "^5.4.1",
        "keyv": "^4.5.2",
        "lodash": "^4.17.21",
        "zod": "^4.1.0"
    },
    "devDependencies": {
        "@graphql-codegen/add": "^5.0.3",
        "@graphql-codegen/cli": "^5.0.7",
        "@graphql-codegen/typescript": "^4.1.6",
        "@graphql-codegen/typescript-operations": "^4.6.1",
        "@graphql-codegen/typescript-resolvers": "^4.5.1",
        "@short.io/opensearch-mock": "0.3.1",
        "@theorchard/eslint-config-ts": "^3.0.0",
        "@theorchard/eslint-config-ts-prettier": "^2.2.3",
        "@theorchard/prettier-config": "^1.0.0",
        "@types/jest": "^29.5.12",
        "@types/node": "^22.13.14",
        "@types/lodash": "^4.14.168",
        "@types/minimatch": "^6.0.0",
        "axios": "^1.4.0",
        "dotenv-cli": "^4.0.0",
        "eslint": "^9.14.0",
        "graphql-request": "^5.2.0",
        "graphql-schema-linter": "^2.0.1",
        "jest": "^29.7.0",
        "jest-transform-graphql": "^2.1.0",
        "jest-file-snapshot": "^0.5.0",
        "minimatch": "^10.0.3",
        "nodemon": "^3.1.0",
        "prettier": "^3.2.5",
        "ts-jest": "^29.1.0",
        "ts-node": "^10.9.1",
        "tsconfig-paths": "^3.9.0",
        "tscpaths": "^0.0.9",
        "typescript": "^5.9.2"
    },
    "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
