Skip to content

Instantly share code, notes, and snippets.

@jslnriot
Created April 30, 2019 17:36
Show Gist options
  • Save jslnriot/bbb86e45d1e2e261ff4a101c37b4d8ec to your computer and use it in GitHub Desktop.
Save jslnriot/bbb86e45d1e2e261ff4a101c37b4d8ec to your computer and use it in GitHub Desktop.
{
"name": "amazon-web-scaper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -r esm index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.3",
"esm": "^3.2.22"
},
"devDependencies": {
"nodemon": "^1.18.11"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment