{
  "name": "next-app-using-serverless-trace",
  "version": "1.0.0",
  "description": "Basic test Next.js app for running serverless-next.js end-to-end tests",
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start -p $PORT",
    "serverless": "serverless",
    "e2e": "cypress run",
    "e2e:ci": "SSG_PAGE_PATH=/ssg-page SSR_PAGE_PATH=/ssr-page APP_NAME=next-app-using-serverless-trace ts-node --project tsconfig.scripts.json ../test-utils/scripts/run-e2e-ci.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": {
    "isomorphic-fetch": "3.0.0",
    "next": "12.1.0",
    "react": "17.0.2",
    "react-dom": "17.0.2"
  },
  "devDependencies": {
    "@bahmutov/print-env": "2.1.2",
    "@cypress/code-coverage": "3.9.11",
    "@cypress/skip-test": "2.6.1",
    "@types/mocha": "9.1.0",
    "@types/node": "17.0.19",
    "@types/node-fetch": "2.5.7",
    "@types/react": "17.0.39",
    "@types/uuid": "8.3.4",
    "aws-sdk": "2.1093.0",
    "babel-plugin-istanbul": "6.1.1",
    "babel-plugin-transform-class-properties": "6.24.1",
    "cypress": "9.0.0",
    "istanbul-lib-coverage": "3.2.0",
    "nyc": "15.1.0",
    "ts-node": "10.4.0",
    "typescript": "4.5.5",
    "uuid": "8.3.2",
    "yargs": "17.3.1"
  },
  "nyc": {
    "report-dir": "cypress-coverage"
  },
  "private": true
}
