UNPKG

google-sr-selectors

Version:

css selectors for google search results

44 lines 876 B
{ "name": "google-sr-selectors", "version": "3.0.0", "description": "css selectors for google search results", "repository": { "type": "git", "url": "git+https://github.com/typicalninja/google-sr.git", "directory": "packages/google-sr-selectors" }, "homepage": "https://typicalninja.github.io/google-sr/", "author": "typicalninja", "license": "Apache-2.0", "type": "module", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "engines": { "node": ">=20.0.0", "pnpm": ">=10.13.1" }, "files": [ "dist/", "README.md" ], "keywords": [ "google-sr", "gsr", "google", "googlesr", "search", "google-search", "googlesearch", "scraping", "selectors", "cheerio" ], "scripts": { "build": "tsup", "dev": "tsup --watch" } }