UNPKG

google-sr

Version:

JavaScript / TypeScript tools to fetch Google search results without an API key.

52 lines 1.09 kB
{ "name": "google-sr", "version": "6.0.0", "description": "JavaScript / TypeScript tools to fetch Google search results without an API key.", "repository": { "type": "git", "url": "git+https://github.com/typicalninja/google-sr.git", "directory": "packages/google-sr" }, "homepage": "https://typicalninja.github.io/google-sr/", "type": "module", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "author": "typicalninja", "license": "Apache-2.0", "dependencies": { "cheerio": "1.1.0", "google-sr-selectors": "^3.0.0" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "3.2.4", "vitest": "^3.2.4" }, "engines": { "node": ">=20.0.0", "pnpm": ">=10.13.1" }, "files": [ "dist/", "README.md" ], "keywords": [ "google-sr", "gsr", "google", "googlesr", "search", "google-search", "googlesearch", "scraping" ], "scripts": { "test": "vitest", "build": "tsup", "dev": "tsup --watch" } }