{
  "name": "report-content-playwright",
  "private": true,
  "type": "module",
  "scripts": {
    "refresh-storage": "playwright codegen --channel=chrome --save-storage=storage-state.json \"https://accounts.google.com/v3/signin/identifier?continue=https%3A%2F%2Fwww.google.com%2F&dsh=S-1742094684%3A1775560634854616&ec=futura_exp_og_so_72776762_e&hl=ru&passive=true&flowName=GlifWebSignIn&flowEntry=ServiceLogin&ifkv=AT1y2_WJeEkxYMYur6Ifk1gnGpWft-XAzpcUx8p34VOlO9Dh0i2o7ect8hmmg-fjUHNkUpdeDfmCIg\"",
    "refresh-storage-open": "playwright open --channel=chrome --save-storage=storage-state.json \"https://reportcontent.google.com/forms/counter_notice?web-redirect=f&product=websearch&pli=1\"",
    "check-auth": "node check-auth.mjs"
  },
  "dependencies": {
    "playwright": "^1.49.0"
  }
}
