{
  "name": "@wzrdteam/search",
  "version": "1.0.4",
  "description": "Lightweight search results scraper for Node.js",
  "main": "./src/cjs/index.js",
  "module": "./src/esm/index.js",
  "exports": {
    "require": "./src/cjs/index.cjs",
    "import": "./src/esm/index.js"
  },
  "type": "module",
  "scripts": {
    "test:esm": "node ./src/esm/test.js",
    "test:cjs": "node ./src/cjs/test.cjs"
  },
  "dependencies": {
    "axios": "^1.10.0",
    "cheerio": "^1.1.0"
  },
  "author": "lunaira",
  "keywords": [
  "search",
  "bing",
  "wzrd",
  "wzrdteam",
  "github",
  "npm",
  "gist",
  "scraper",
  "nodejs"
],
  "repository": {
    "type": "git",
    "url": "https://github.com/wzrdteam/search.git"
  },
  "bugs": {
    "url": "https://github.com/wzrdteam/search/issues"
  },
  "homepage": "https://github.com/wzrdteam/search"
}