ai-tutor-proxy/package.json

19 lines
397 B
JSON

{
"name": "ai-tutor-proxy",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://forge.techtransthai.org/techtransthai/ai-tutor-proxy"
},
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"express": "^5.1.0",
"ws": "^8.18.2"
}
}