Files
assafelovic--gpt-researcher/docs/npm/package.json
T
2026-07-13 12:39:12 +08:00

28 lines
656 B
JSON

{
"name": "gpt-researcher",
"version": "1.0.27",
"description": "WebSocket client for GPT Researcher",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gpt-researcher",
"websocket",
"ai",
"research"
],
"dependencies": {
"ws": "^8.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assafelovic/gpt-researcher.git"
},
"author": "GPT Researcher Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/assafelovic/gpt-researcher/issues"
},
"homepage": "https://github.com/assafelovic/gpt-researcher#readme"
}