You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "capture APR data using puppeteer",
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .ts",
"test": "npm run build && cd dist && node --experimental-specifier-resolution=node refPuppeteer.js test && ls -l puppeteer-result.json && cat puppeteer-result.json",
"start": "npm run build && cd dist && node --experimental-specifier-resolution=node refPuppeteer.js"