ERMA / package.json
mfirat007's picture
Upload 27 files
5cf374f verified
{
"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"
}
}