UNPKG

googlethis-augmented

Version:

A fork of googlethis to get specific data for different needs.

62 lines (61 loc) 1.37 kB
{ "name": "googlethis-augmented", "version": "0.0.2--canary.1.4307381028.0", "description": "A fork of googlethis to get specific data for different needs.", "main": "lib/index.js", "author": "Jacob Beck", "license": "MIT", "scripts": { "test": "jest", "lint": "eslint ./", "lint:fix": "eslint --fix ./", "build:types": "npx tsc" }, "engines": { "node": ">=14" }, "types": "./typings/index.d.ts", "directories": { "test": "./test", "typings": "./typings", "examples": "./examples", "lib": "./lib" }, "dependencies": { "axios": "^0.21.1", "cheerio": "1.0.0-rc.10", "form-data": "^4.0.0", "unraw": "^2.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/jbeck018/google-this-fork/pulls" }, "keywords": [ "search", "google", "google-this", "google-search", "google-scraper", "google-image-search", "reverse-image-search", "search-results", "web-scraping", "image-search", "image", "scraper", "serp", "gis" ], "bugs": { "url": "https://github.com/LuanRT/google-this/issues" }, "homepage": "https://github.com/LuanRT/google-this#readme", "devDependencies": { "@types/node": "^17.0.31", "auto": "^10.43.0", "eslint": "^8.16.0", "jest": "^28.1.0", "typescript": "^4.6.4" } }