61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "googlethis",
|
|
"version": "1.6.0",
|
|
"description": "A simple yet powerful module to retrieve organic search results and much more from Google.",
|
|
"main": "lib/index.js",
|
|
"author": "LuanRT <luan.lrt4@gmail.com> (https://github.com/LuanRT)",
|
|
"funding": "https://ko-fi.com/luanrt",
|
|
"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/LuanRT/google-this.git"
|
|
},
|
|
"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",
|
|
"eslint": "^8.16.0",
|
|
"jest": "^28.1.0",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|