{
    "name": "graphql-content-review",
    "version": "1.0.0",
    "repository": "git@github.com:theorchard/graphql-content-review.git",
    "private": true,
    "engines": {
        "node": ">=24.0.0"
    },
    "eslintConfig": {
        "extends": "@theorchard/ts",
        "rules": {
            "@typescript-eslint/explicit-module-boundary-types": "off"
        }
    },
    "prettier": "@theorchard/prettier-config",
    "lint-staged": {
        "*.{js,ts,json,md}": [
            "prettier --write"
        ]
    },
    "jest": {
        "moduleNameMapper": {
            "^lodash-es$": "lodash"
        },
        "preset": "@theorchard/jest-config-node",
        "testEnvironment": "node",
        "testTimeout": 20000
    },
    "config": {
        "debug_port": "${DEBUG_PORT=9229}"
    },
    "scripts": {
        "start": "dotenv -- yarn nodemon --inspect=0.0.0.0:$npm_package_config_debug_port ./src/index.ts",
        "lint": "yarn lint:js && yarn lint:schema",
        "lint:js": "eslint --fix --ext .js,.ts --cache --cache-location .cache/.eslintcache src tests",
        "lint:schema": "graphql-schema-linter src/schema/*.graphql",
        "test": "yarn format:check && yarn test:unit",
        "test:cov": "yarn test:unit --collectCoverage",
        "test:unit": "dotenv -c test -- jest --testPathIgnorePatterns tests/**/*",
        "test:all": "yarn format:check && yarn lint:js && yarn lint:schema && yarn test:unit --runInBand",
        "test:integration": "dotenv -c test -- jest --verbose --testPathPattern tests/**/* --runInBand",
        "generate:types": "yarn graphql-codegen && yarn format",
        "clean": "rm -rf node_modules .cache build yarn-error.log npm-debug.log coverage report.* && 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:copy_schema": "mkdir -p ./build/src && cp -R ./src/schema ./build/src",
        "build": "yarn build:server && yarn build:copy_schema"
    },
    "dependencies": {
        "@apollo/cache-control-types": "^1.0.3",
        "@apollo/datasource-rest": "^6.2.2",
        "@apollo/utils.keyvaluecache": "^2.1.0",
        "@aws-sdk/client-sts": "^3.212.0",
        "@opensearch-project/opensearch": "^2.13.0",
        "@sentry/node": "^10.44.0",
        "@theorchard/connector-splitio": "^4.2.2",
        "@theorchard/dataloader-zod": "^1.0.0",
        "@theorchard/datasource-ows": "^4.0.0",
        "@theorchard/field-validator": "^1.5.0",
        "@theorchard/graphql-server": "^5.0.1",
        "@theorchard/identity": "^1.0.1",
        "@theorchard/jwt-service-handler": "^4.6.6",
        "@theorchard/ows-utils": "^1.0.1",
        "aws-opensearch-connector": "1.2.0",
        "aws-sdk": "^2.1693.0",
        "brace-expansion": "^2.0.3",
        "color-string": "^1.5.5",
        "dataloader": "^2.2.2",
        "dd-trace": "^5.63.3",
        "elastic-ts": "^0.6.0",
        "follow-redirects": "^1.16.0",
        "glob-parent": "^5.1.2",
        "graphql": "^16.11.0",
        "graphql-tag": "^2.11.0",
        "hosted-git-info": "^2.8.9",
        "lodash": "^4.18.0",
        "normalize-url": "^4.5.1",
        "path-parse": "^1.0.7",
        "set-value": "^4.0.1",
        "shelljs": "^0.8.5",
        "url-parse": "^1.5.10",
        "winston": "^3.3.3",
        "zod": "^3.22.4"
    },
    "devDependencies": {
        "@aws-sdk/types": "^3.212.0",
        "@babel/eslint-parser": "^7.28.6",
        "@graphql-codegen/add": "^6.0.0",
        "@graphql-codegen/cli": "^6.2.1",
        "@graphql-codegen/near-operation-file-preset": "^3.0.0",
        "@graphql-codegen/typescript": "^4.1.0",
        "@graphql-codegen/typescript-operations": "^4.3.0",
        "@graphql-codegen/typescript-resolvers": "^4.3.0",
        "@graphql-tools/jest-transform": "^1.2.2",
        "@theorchard/eslint-config-ts": "^3.1.0",
        "@theorchard/eslint-config-ts-prettier": "^2.3.0",
        "@theorchard/jest-config-node": "^1.0.0",
        "@theorchard/prettier-config": "^1.0.0",
        "@types/jest": "^29.5.12",
        "@types/lodash": "^4.14.168",
        "@types/node": "^20.11.0",
        "@typescript-eslint/eslint-plugin": "^8",
        "@typescript-eslint/parser": "^8",
        "dotenv-cli": "^7.0.0",
        "eslint": "^9.39.2",
        "eslint-plugin-import": "2.32.0",
        "eslint-plugin-jest": "^28",
        "eslint-plugin-n": "^17",
        "eslint-plugin-promise": "^7",
        "graphql-request": "^3.4.0",
        "graphql-schema-linter": "^3.0.1",
        "jest": "^29.7.0",
        "nodemon": "^3.0.7",
        "prettier": "^3.0.3",
        "ts-jest": "^29.1.2",
        "ts-node": "^10.9.1",
        "tsconfig-paths": "^4.2.0",
        "tscpaths": "^0.0.9",
        "typescript": "4.9.5"
    },
    "resolutions": {
        "cross-spawn": "^7.0.5",
        "@babel/runtime": "^7.26.10",
        "@babel/helpers": "^7.26.10",
        "form-data": "^4.0.4",
        "sha.js": "^2.4.12",
        "tmp": "^0.2.7",
        "jws": "^3.2.3",
        "qs": "^6.14.2",
        "js-yaml": "^4.1.1",
        "graphql": "^16.11.0",
        "fast-xml-parser": "^5.8.0",
        "immutable": "^5.1.5",
        "protobufjs": "^7.5.8",
        "dd-trace/path-to-regexp": "0.1.13",
        "@apollo/server": "^5.5.0",
        "lodash": "^4.18.0",
        "lodash-es": "^4.18.0",
        "yaml": "^2.8.3",
        "diff": "^4.0.4",
        "@protobufjs/utf8": "^1.1.1",
        "@theorchard/graphql-server/uuid": "^11.1.1",
        "picomatch": "^2.3.2",
        "tinyglobby/picomatch": "^4.0.4",
        "ts-declaration-location/picomatch": "^4.0.4",
        "micromatch": "^4.0.8",
        "fast-glob/micromatch": "^4.0.8",
        "shell-quote": "^1.8.4",
        "ws": "^8.21.0",
        "uuid": "^11.1.1"
    },
    "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
