-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.22 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
{
"name": "chatgpt-plugin-googlesearch",
"version": "1.0.0",
"description": "ChatGPT with Google Search Integration is a powerful plugin that enhances your conversational AI experience by providing real-time search capabilities directly within the chat interface. This integration enables ChatGPT to access and utilize Google's vast repository of data, making your conversations more informative, accurate, and engaging.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chatgpt-plugin",
"chatgpt-plugin-google-search",
"chatgpt-plugin-google",
"chatgpt-plugin-search",
"chatgpt-plugin-google-search-integration",
"Express.js chatGPT plugin"
],
"author": "Kevin Amiri",
"license": "MIT",
"dependencies": {
"axios": "^1.3.6",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"express": "^4.18.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@types/body-parser": "^1.19.2",
"@types/cheerio": "^0.22.31",
"@types/express": "^4.17.17",
"@types/node": "^18.11.18",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}