File size: 1,116 Bytes
8a8fe1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "gpt4free-ts",
  "version": "0.0.1",
  "description": "gpt4free typescript version",
  "main": "index.js",
  "scripts": {
    "test": "ts-node test.ts",
    "start": "ts-node index.ts"
  },
  "keywords": [
    "git4free",
    "typescript"
  ],
  "author": "xiangsx",
  "license": "ISC",
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/event-stream": "^4.0.0",
    "@types/koa": "^2.13.6",
    "@types/koa-bodyparser": "^4.3.10",
    "@types/koa-router": "^7.4.4",
    "@types/node": "^18.16.3",
    "@types/uuid": "^9.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "dotenv": "^16.0.3",
    "event-stream": "^4.0.1",
    "fake-useragent": "^1.0.1",
    "http-proxy-agent": "^6.0.1",
    "https-proxy-agent": "^5.0.1",
    "koa": "^2.14.2",
    "koa-bodyparser": "^4.4.0",
    "koa-router": "^12.0.0",
    "moment": "^2.29.4",
    "puppeteer": "^20.1.2",
    "puppeteer-extra": "^3.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
    "tls-client": "^0.0.5",
    "user-agents": "^1.0.1367",
    "uuid": "^9.0.0"
  }
}