2025-06-13 23:21:32 +02:00
{
2025-06-28 21:28:52 +02:00
"name" : "opendia" ,
2025-07-16 22:57:39 +02:00
"version" : "1.0.6" ,
2025-06-28 21:28:52 +02:00
"description" : "🎯 OpenDia - The open alternative to Dia. Connect your browser to AI models with anti-detection bypass for Twitter/X, LinkedIn, Facebook" ,
2025-06-13 23:21:32 +02:00
"main" : "server.js" ,
2025-06-28 21:28:52 +02:00
"bin" : {
"opendia" : "./server.js"
} ,
2025-06-13 23:21:32 +02:00
"scripts" : {
2025-06-28 21:28:52 +02:00
"start" : "node server.js" ,
2025-07-12 20:30:15 +02:00
"tunnel" : "node server.js --tunnel" ,
"sse-only" : "node server.js --sse-only" ,
"tunnel-sse" : "node server.js --tunnel --sse-only" ,
2025-06-28 21:28:52 +02:00
"test" : "echo \"Error: no test specified\" && exit 1"
} ,
"keywords" : [
"mcp" ,
"browser" ,
"automation" ,
"ai" ,
"claude" ,
"chrome" ,
"extension" ,
"twitter" ,
"linkedin" ,
"facebook" ,
"anti-detection"
] ,
"author" : "OpenDia Team" ,
"license" : "MIT" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/aaronjmars/opendia.git"
} ,
"homepage" : "https://github.com/aaronjmars/opendia" ,
"bugs" : {
"url" : "https://github.com/aaronjmars/opendia/issues"
2025-06-13 23:21:32 +02:00
} ,
"dependencies" : {
2025-07-12 20:30:15 +02:00
"cors" : "^2.8.5" ,
"express" : "^4.21.2" ,
"ws" : "^8.18.0"
2025-06-28 21:28:52 +02:00
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"files" : [
"server.js" ,
"README.md"
]
}