gpt4free-ts/package.json

47 行
1.1 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-05-04 22:32:21 +09:00
"start": "ts-node index.ts"
},
"keywords": [
"git4free",
"typescript"
],
"author": "xiangsx",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
2023-05-04 22:32:21 +09:00
"@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",
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": {
"@dqbd/tiktoken": "^1.0.7",
2023-05-05 19:36:27 +09:00
"axios": "^1.4.0",
2023-05-11 20:32:10 +09:00
"dotenv": "^16.0.3",
2023-05-04 22:32:21 +09:00
"event-stream": "^4.0.1",
"fake-useragent": "^1.0.1",
"http-proxy-agent": "^6.0.1",
2023-05-04 22:32:21 +09:00
"https-proxy-agent": "^5.0.1",
"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",
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-05-04 22:32:21 +09:00
"tls-client": "^0.0.5",
"user-agents": "^1.0.1367",
"uuid": "^9.0.0"
}
}