Last active
December 4, 2018 07:46
-
-
Save remydavid/ee421bb02ef4a9ffc70168fcee0d571c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "data-studio-refresh-monkey", | |
"version": "1.0.0", | |
"description": "Headless Chrome script to refresh Data Studio reports", | |
"main": "app.js", | |
"scripts": { | |
"start": "node app.js" | |
}, | |
"engines": { | |
"node": "8.x.x" | |
}, | |
"author": "remy.david", | |
"license": "MIT", | |
"dependencies": { | |
"@google-cloud/logging-winston": "^0.10.0", | |
"express": "^4.16.3", | |
"puppeteer": "^1.8.0", | |
"winston": "^3.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment