-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 821 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 821 Bytes
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
{
"name": "headless-chatgpt",
"version": "2.0.0",
"description": "headless-chatgpt is a puppeteer based local API for ChatGPT.",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/HalilCan/headless-chatgpt"
},
"bugs": {
"url": "https://github.com/HalilCan/headless-chatgpt/issues"
},
"homepage": "https://github.com/HalilCan/headless-chatgpt#README",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["chatgpt", "api", "education", "programming", "assistant"],
"author": "HalilCan",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"puppeteer": "^20.7.4",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}