Skip to content

Commit

Permalink
add npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpigla committed Oct 15, 2019
1 parent 7473d02 commit eb701dd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "paas-from-serps",
"version": "1.0.0",
"version": "1.1.0",
"description": "Get People Also Ask (PAA) questions from Google SERPs with Puppeteer (2019)",
"main": "get_paas.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"scraper": "node get_paas.js"
},
"keywords": [],
"keywords": [
"serp",
"puppeteer",
"google",
"scraping"
],
"author": "Jan-Philipp Igla <hello@jpigla.de> (https://www.jpigla.de)",
"license": "GPLv3",
"dependencies": {
Expand Down

0 comments on commit eb701dd

Please sign in to comment.