{
  "name": "e2e-test-utils",
  "version": "1.0.0",
  "description": "Test utils for running serverless-next.js end-to-end tests",
  "scripts": {
    "cleanup-lambda": "ts-node --project tsconfig.scripts.json scripts/cleanup-lambda.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serverless-next.js/serverless-next.js"
  },
  "keywords": [],
  "author": "Daniel Phang",
  "license": "MIT",
  "homepage": "https://github.com/serverless-next.js/serverless-next.js",
  "dependencies": {
    "aws-sdk": "2.1093.0",
    "cypress": "9.0.0",
    "node-fetch": "2.6.5",
    "ts-node": "10.4.0",
    "uuid": "8.3.2",
    "yargs": "17.3.1"
  },
  "devDependencies": {
    "@types/node": "17.0.19",
    "@types/node-fetch": "2.5.7",
    "@types/uuid": "8.3.4",
    "typescript": "4.5.5"
  },
  "private": true
}
