package.jsonā¢851 B
{
"name": "egw-chat-cli",
"version": "1.0.0",
"description": "CLI chat interface for EGW Writings MCP Server",
"main": "egw-chat-cli.js",
"bin": {
"egw-chat": "./egw-chat-cli.js"
},
"scripts": {
"start": "node egw-chat-cli.js",
"test": "node egw-chat-cli.js"
},
"keywords": [
"egw",
"ellen-g-white",
"mcp",
"cli",
"chat",
"writings"
],
"author": "EGW Research Team",
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.0",
"openai": "^4.104.0"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pythondev-pro/egw_writings_mcp_server"
},
"bugs": {
"url": "https://github.com/pythondev-pro/egw_writings_mcp_server/issues"
},
"homepage": "https://github.com/pythondev-pro/egw_writings_mcp_server#readme"
}