{ | |
"name": "puppet-test", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "jest --verbose true" | |
}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"jest": "^22.0.4", | |
"puppeteer": "git+https://github.com/GoogleChrome/puppeteer.git" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment