tab-yoinker/01-scraper-urls/package.json
2021-09-23 23:15:03 -05:00

16 lines
297 B
JSON

{
"name": "01-scraper-urls",
"version": "1.0.0",
"description": "",
"main": "01-scrape-bands.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsdom": "^17.0.0",
"node-fetch": "^3.0.0"
}
}