pupget
Version:
A simple webscrapping package to extract data from a DSL
18 lines • 381 B
JSON
{
"name": "pupget",
"version": "0.0.5",
"description": "A simple webscrapping package to extract data from a DSL",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rqueiros/pupget.git"
},
"keywords": [
"webscrapping"
],
"author": "Ricardo Queirós",
"license": "MIT",
"dependencies": {
"puppeteer": "^12.0.1"
}
}