mirror of
https://github.com/aaronjmars/opendia.git
synced 2025-12-29 16:16:00 +00:00
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"name": "opendia-server",
|
|
"version": "1.0.0",
|
|
"description": "MCP Server for OpenDia Browser Bridge",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.x.x",
|
|
"express": "^4.x.x"
|
|
}
|
|
} |