{
  "name": "@{{organization}}/{{name}}-e2e",
  "description": "Gatsby/React/Typescript Application",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "test": "NODE_ENV=test JEST=true npm run test:e2e",
    "precy:open:dev": "lerna exec --scope @{{organization}}/{{dashCase name}} gatsby develop & wait-on http://localhost:8000",
    "precy:open:prod": "GATSBY_ACTIVE_ENV=development npm run build && NODE_ENV=development GATSBY_ACTIVE_ENV=development lerna exec --scope @{{organization}}/{{dashCase name}} npm run serve & wait-on http://localhost:5000",
    "cy:open": "NODE_ENV=development CYPRESS_BASE_URL=http://localhost:8000 cypress open",
    "cy:open:dev": "NODE_ENV=development CYPRESS_BASE_URL=http://localhost:8000 cypress open",
    "cy:open:prod": "GATSBY_ACTIVE_ENV=development NODE_ENV=development CYPRESS_BASE_URL=http://localhost:5000 cypress open",
    "pretest:ci": "NODE_ENV=local E2E=true GATSBY_ACTIVE_ENV=local REACT_APP_API_HOST=http://localhost:4000",
    "pretest:e2e": "npm run pretest:ci",
    "test:e2e": "lerna exec --scope @{{organization}}/{{dashCase name}} npm run build && lerna exec --scope @{{organization}}/{{dashCase name}} npm run serve & wait-on http://localhost:5000 && NODE_ENV=local CYPRESS_BASE_URL=http://localhost:5000 cypress run --headless",
    "test:ci": "wait-on http://localhost:5000 && NODE_ENV=local CYPRESS_BASE_URL=http://localhost:5000 cypress run --headless"
  },
  "dependencies": {
    "cypress": "^5.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/eslint-plugin-tslint": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "dotenv": "^8.2.0",
    "eslint": "^7.6.0",
    "eslint-config-gojutin": "0.1.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-immutable": "^1.0.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-watch": "^7.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.2.2",
    "lerna": "^3.22.1",
    "npm-check-updates": "^7.0.3",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.4",
    "ts-node": "^8.10.2",
    "ts-node-dev": "^1.0.0-pre.56",
    "tslint": "^6.1.3",
    "tslint-immutable": "^6.0.1",
    "tslint-react": "^5.0.0",
    "typescript": "^3.9.7",
    "wait-on": "^5.1.0"
  }
}
