{
  "name": "payoneer-webhooks",
  "version": "1.0.0",
  "description": "A Lambda function for handling Payoneer webhook notifications",
  "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 && eslint --fix ./src/graphql/generated.ts",
    "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 && dotenv -c test -- jest tests/index.test.ts --forceExit --detectOpenHandles",
    "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.0",
    "@graphql-codegen/cli": "^5.0.0",
    "@graphql-codegen/typescript-operations": "^4.0.1",
    "@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": "^20.9.4",
    "@types/pg-pool": "^2.0.6",
    "@types/supertest": "^2.0.16",
    "@typescript-eslint/eslint-plugin": "^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.2.2"
  },
  "dependencies": {
    "@aws-crypto/sha256-browser": "^5.2.0",
    "@aws-sdk/client-s3": "^3.1079.0",
    "@aws-sdk/client-secrets-manager": "^3.1079.0",
    "@aws-sdk/hash-node": "^3.374.0",
    "@aws-sdk/protocol-http": "^3.374.0",
    "@aws-sdk/s3-request-presigner": "^3.1079.0",
    "@aws-sdk/util-format-url": "^3.972.29",
    "@opentelemetry/api": "^1.9.1",
    "@sentry/aws-serverless": "^10.33.0",
    "@sentry/node": "^10.33.0",
    "@theorchard/backend-m2m-token-manager": "^0.3.0",
    "@theorchard/backend-secrets-manager-sdk-v3": "^0.2.0",
    "@theorchard/connector-splitio": "^4.2.2",
    "@theorchard/field-validator": "^1.5.4",
    "@theorchard/lambda-apollo": "^3.1.9",
    "@theorchard/ows-logger": "^2.3.0",
    "@theorchard/utils-environment": "^1.1.1",
    "axios": "^1.16.0",
    "datadog-lambda-js": "^12.140.0",
    "dd-trace": "^5.81.0",
    "form-data": "^4.0.6",
    "graphql": "^16.8.1",
    "graphql-request": "^6.1.0",
    "graphql-tag": "^2.12.6",
    "kafkajs": "^2.2.4",
    "lambda-api": "^1.2.0",
    "lodash": "^4.18.1",
    "status-code-enum": "^1.0.0"
  },
  "resolutions": {
    "glob-parent": "^5.1.2",
    "lodash": "^4.18.1",
    "micromatch": "^4.0.8",
    "minimatch": "^10.2.5"
  }
}
