{
  "name": "evaluate-tax-eligibility",
  "version": "1.0.0",
  "description": "A Lambda function for evaluating a payee's tax_eligibility",
  "main": "index.js",
  "repository": "git@github.com:theorchard/lambda-documents.git",
  "scripts": {
    "build": "yarn tsc -p ./tsconfig.build.json && tscpaths -p ./tsconfig.build.json -s ./src -o ./",
    "build:local": "yarn tsc -p ./tsconfig.build.local.json && tscpaths -p ./tsconfig.build.local.json -s ./src -o ./build",
    "generate": "yarn graphql-codegen",
    "lint": "yarn lint:js",
    "lint:js": "eslint --ext .js,.ts --cache --cache-location .cache/.eslintcache src tests",
    "test": "yarn lint:js && yarn test:unit",
    "test:unit": "dotenv -c test -- jest tests/unit",
    "test:integration": "dotenv -c test -- jest tests/integration",
    "start": "nodemon --exec 'yarn build:local && docker-compose restart function'"
  },
  "engine": {
    "node": ">=24"
  },
  "eslintConfig": {
    "extends": "@theorchard/ts"
  },
  "private": true,
  "devDependencies": {
    "@graphql-codegen/add": "^5.0.2",
    "@graphql-codegen/cli": "^5.0.2",
    "@graphql-codegen/gql-tag-operations-preset": "^2.1.0",
    "@graphql-codegen/near-operation-file-preset": "^3.0.0",
    "@graphql-codegen/typescript": "^4.0.6",
    "@graphql-codegen/typescript-operations": "^4.0.1",
    "@theorchard/connector-splitio": "4.2.0",
    "@theorchard/eslint-config-ts": "^2.4.2",
    "@types/aws-lambda": "^8.10.128",
    "@types/jest": "^29.5.10",
    "@types/lodash": "^4.14.202",
    "@types/minimatch": "^5.1.2",
    "@types/node": "^26.0.1",
    "@types/supertest": "^2.0.16",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "dotenv-cli": "^7.3.0",
    "eslint": "^8.54.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-jest": "^27.6.0",
    "jest": "^29.7.0",
    "mockdate": "^3.0.5",
    "nodemon": "^3.0.1",
    "supertest": "^6.3.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tscpaths": "^0.0.9",
    "typescript": "~5.9.3"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.675.0",
    "@aws-sdk/client-secrets-manager": "^3.675.0",
    "@aws-sdk/s3-request-presigner": "^3.675.0",
    "@sentry/node": "^10.33.0",
    "@sentry/serverless": "^7.120.4",
    "@theorchard/backend-m2m-token-manager": "^0.3.0",
    "@theorchard/backend-secrets-manager-sdk-v3": "^0.2.0",
    "@theorchard/field-validator": "^1.5.0",
    "@theorchard/lambda-apollo": "^3.1.2",
    "@theorchard/lambda-utils": "^1.3.0",
    "@theorchard/ows-logger": "^2.2.0",
    "@theorchard/utils-environment": "^1.0.11",
    "axios": "^1.15.2",
    "datadog-lambda-js": "^12.132.0",
    "dd-trace": "^5.81.0",
    "graphql": "^16.8.1",
    "lambda-api": "^1.2.0",
    "lodash": "^4.18.0",
    "status-code-enum": "^1.0.0",
    "zod": "^3.23.8"
  },
  "resolutions": {
    "braces": "^3.0.3",
    "glob-parent": "^6.0.2",
    "glob": "^11.0.0",
    "@types/glob": "^9.0.0",
    "@types/minimatch": "^6.0.0",
    "fast-xml-builder": "^1.1.7",
    "fast-xml-parser": "^5.7.0",
    "follow-redirects": "^1.16.0",
    "lodash": "^4.18.0",
    "micromatch": "^4.0.8",
    "minimatch": "10.2.3",
    "immutable": "^3.8.3",
    "diff": "^5.2.2",
    "@theorchard/connector-splitio": "4.2.0",
    "shell-quote": "^1.8.4",
    "brace-expansion": "^5.0.6",
    "qs": "^6.15.2",
    "ws": "^8.20.1",
    "uuid": "11.1.1",
    "js-yaml": "^4.2.0"
  }
}
