| { | |
| "name": "research-methods-chatbot-functions", | |
| "version": "1.0.0", | |
| "description": "Serverless functions for the Educational Research Methods Chatbot using Mistral", | |
| "main": "chat-mistral.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "dependencies": { | |
| "node-fetch": "^2.6.7" | |
| } | |
| } | |