{
  "name": "heavy-rotation-dynamodb-test",
  "version": "1.0.0",
  "description": "DynamoDB-powered Heavy Rotation test using production refresh tokens",
  "type": "module",
  "scripts": {
    "test": "tsx test.ts",
    "build": "tsc"
  },
  "dependencies": {
    "axios": "^1.15.0",
    "dotenv": "^16.4.0",
    "@aws-sdk/client-dynamodb": "^3.987.0",
    "@aws-sdk/client-sts": "^3.987.0",
    "@aws-sdk/util-dynamodb": "^3.920.0",
    "@aws-sdk/credential-providers": "^3.987.0"
  },
  "devDependencies": {
    "tsx": "^4.22.4",
    "typescript": "^5.7.0",
    "@types/node": "^22.10.0"
  }
}
