-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@scrapeit-cloud/google-serp-api",
"version": "1.0.4",
"description": "The Google SERP API provides real-time access to structured Google search results, offering no blocks or CAPTCHAs.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HasData/google-serp-api.git"
},
"engines": {
"node": ">=18.2.0"
},
"keywords": [
"google",
"serp",
"api",
"scraper",
"parser",
"keywords",
"nodejs",
"sdk",
"scrapeit"
],
"author": "Roman Milyushkevich <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HasData/google-serp-api/issues"
},
"homepage": "https://github.com/HasData/google-serp-api#readme",
"devDependencies": {
"@types/node": "^22.7.4",
"typescript": "5.6.2"
}
}