ai-tutor-proxy/package.json

20 lines
397 B
JSON
Raw Normal View History

2025-05-28 16:10:59 +07:00
{
"name": "ai-tutor-proxy",
"version": "1.0.0",
2025-05-28 16:20:33 +07:00
"main": "server.js",
2025-05-28 16:10:59 +07:00
"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": {
2025-05-28 16:20:33 +07:00
"express": "^5.1.0",
"ws": "^8.18.2"
2025-05-28 16:10:59 +07:00
}
}