google-sr
Version:
Fast and efficient Package for scraping Google search results without the need for an API key
38 lines • 875 B
JSON
{
"name": "google-sr",
"version": "5.0.0",
"description": "Fast and efficient Package for scraping Google search results without the need for an API key",
"repository": "https://github.com/typicalninja/google-sr",
"homepage": "https://typicalninja.github.io/google-sr/",
"exports": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"keywords": [
"google-sr",
"gsr",
"google",
"googlesr",
"search",
"google-search",
"googlesearch",
"scraping",
"simple"
],
"author": "typicalninja",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "1.0.0-rc.12",
"google-sr-selectors": "^2.0.0"
},
"devDependencies": {
"vitest": "^2.0.3"
},
"scripts": {
"test": "vitest",
"build": "tsup",
"dev": "tsup --watch"
}
}