gpt4free-ts/package.json

41 行
984 B
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": {
"test": "echo \"Error: no test specified\" && exit 1",
"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": {
2023-05-05 19:36:27 +09:00
"axios": "^1.4.0",
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",
"tls-client": "^0.0.5",
"user-agents": "^1.0.1367",
"uuid": "^9.0.0"
}
}