-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.03 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "brave-search",
"version": "0.6.5",
"description": "A fully typed Brave Search API wrapper, providing easy access to web search, local POI search, and automatic polling for web search summary feature.",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"main": "dist/braveSearch.js",
"types": "dist/braveSearch.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"brave",
"web-search",
"brave-search",
"search",
"api",
"search-engine",
"web-search",
"web-api",
"search-results",
"data-retrieval",
"information-retrieval",
"internet-search",
"brave-api",
"search-integration",
"web-scraping",
"data-mining"
],
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/erik-balfe/brave-search.git"
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^20.14.10",
"typescript": "^5.5.3"
},
"dependencies": {
"axios": "^1.7.2"
}
}