Created
April 30, 2019 17:36
-
-
Save jslnriot/bbb86e45d1e2e261ff4a101c37b4d8ec 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": "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