tab-yoinker/04-scraper-tabs/package.json

18 lines
346 B
JSON
Raw Normal View History

2021-09-24 04:15:03 +00:00
{
"name": "04-scraper-tabs",
"version": "1.0.0",
"description": "",
"main": "01-scrape-tabs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsdom": "^17.0.0",
"node-fetch": "^3.0.0",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2"
}
}