gpt4free-ts/package.json

81 行
2.2 KiB
JSON
Raw 通常表示 履歴

2023-05-04 22:32:21 +09:00
{
"name": "gpt4free-ts",
"version": "0.0.1",
"description": "gpt4free typescript version",
"main": "index.js",
"scripts": {
2023-05-12 18:16:25 +09:00
"test": "ts-node test.ts",
2023-07-07 00:48:14 +09:00
"start": "ts-node index.ts",
"build": "tsc"
2023-05-04 22:32:21 +09:00
},
"keywords": [
"git4free",
"typescript"
],
"author": "xiangsx",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
2023-09-10 23:26:06 +09:00
"@types/chrome-remote-interface": "^0.31.10",
2023-05-04 22:32:21 +09:00
"@types/event-stream": "^4.0.0",
2024-02-27 22:52:08 +09:00
"@types/jsonwebtoken": "^9.0.5",
2023-05-04 22:32:21 +09:00
"@types/koa": "^2.13.6",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-router": "^7.4.4",
2023-07-05 09:36:00 +09:00
"@types/koa__cors": "^4.0.0",
2023-05-04 22:32:21 +09:00
"@types/node": "^18.16.3",
2024-02-27 22:52:08 +09:00
"@types/opencc-js": "^1.0.1",
2023-06-26 23:08:00 +09:00
"@types/string-similarity": "^4.0.0",
"@types/turndown": "^5.0.1",
2023-05-04 22:32:21 +09:00
"@types/uuid": "^9.0.1",
2023-09-10 23:26:06 +09:00
"@types/ws": "^8.5.5",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2",
"prettier-plugin-packagejson": "^2",
"terser": "^5.19.2",
2023-05-05 19:36:27 +09:00
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
2023-05-04 22:32:21 +09:00
},
"dependencies": {
2024-02-27 22:52:08 +09:00
"@cemalgnlts/mailjs": "^2.2.0",
"@dqbd/tiktoken": "^1.0.7",
2024-02-27 22:52:08 +09:00
"@elastic/ecs-winston-format": "^1.5.2",
"@google/generative-ai": "^0.1.1",
2023-07-05 09:36:00 +09:00
"@koa/cors": "^4.0.0",
2023-05-05 19:36:27 +09:00
"axios": "^1.4.0",
2023-09-10 23:26:06 +09:00
"chalk": "^4.1.2",
2024-02-27 22:52:08 +09:00
"cheerio": "^1.0.0-rc.12",
2023-09-10 23:26:06 +09:00
"chrome-remote-interface": "^0.33.0",
2023-05-11 20:32:10 +09:00
"dotenv": "^16.0.3",
2024-02-27 22:52:08 +09:00
"elastic-apm-node": "^4.4.1",
2023-05-04 22:32:21 +09:00
"event-stream": "^4.0.1",
"fake-useragent": "^1.0.1",
2024-02-27 22:52:08 +09:00
"file-type": "^16.5.4",
"fingerprint-generator": "^2.1.42",
"fingerprint-injector": "^2.1.42",
"form-data": "^4.0.0",
"heapdump": "^0.3.15",
"http-proxy-agent": "^6.0.1",
2023-05-04 22:32:21 +09:00
"https-proxy-agent": "^5.0.1",
2024-02-27 22:52:08 +09:00
"image-size": "^1.0.2",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
2023-05-04 22:32:21 +09:00
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-router": "^12.0.0",
2023-06-06 13:38:30 +09:00
"moment": "^2.29.4",
2024-02-27 22:52:08 +09:00
"opencc-js": "^1.0.5",
2023-05-12 18:16:25 +09:00
"puppeteer": "^20.1.2",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
2023-06-26 23:08:00 +09:00
"string-similarity": "^4.0.4",
2024-02-27 22:52:08 +09:00
"tiktoken": "^1.0.13",
2023-05-04 22:32:21 +09:00
"tls-client": "^0.0.5",
2023-06-26 23:08:00 +09:00
"turndown": "^7.1.2",
2023-05-04 22:32:21 +09:00
"user-agents": "^1.0.1367",
2023-09-10 23:26:06 +09:00
"uuid": "^9.0.0",
"winston": "^3.10.0",
"ws": "^8.13.0"
2023-05-04 22:32:21 +09:00
}
}