{
  "name": "react-app",
  "version": "1.0.0",
  "description": "Transpiling specs using Webpack options from react-app",
  "private": true,
  "main": "index.js",
  "scripts": {
    "cy:open": "../../node_modules/.bin/cypress open --dev",
    "dev": "../../node_modules/.bin/start-test 3000 cy:open",
    "start": "../../node_modules/.bin/react-scripts start",
    "test": "../../node_modules/.bin/cypress run --dev"
  },
  "license": "ISC",
  "author": "",
  "keywords": [],
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
