33 lines
844 B
JSON
33 lines
844 B
JSON
{
|
|
"name": "@proj-airi/twitter-services",
|
|
"type": "module",
|
|
"version": "0.6.1",
|
|
"private": true,
|
|
"description": "Twitter Services for MCP",
|
|
"author": "RainbowBird <rbxin2003@outlook.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "playwright install chromium && tsx src/main.ts",
|
|
"mcp:ui": "pnpx @modelcontextprotocol/inspector",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@browserbasehq/stagehand": "^2.3.0",
|
|
"@guiiai/logg": "^1.0.10",
|
|
"@modelcontextprotocol/sdk": "^1.12.2",
|
|
"@proj-airi/server-sdk": "^0.6.0",
|
|
"defu": "^6.1.4",
|
|
"dotenv": "^16.5.0",
|
|
"h3": "^1.15.3",
|
|
"listhen": "^1.9.0",
|
|
"ofetch": "^1.4.1",
|
|
"playwright": "^1.53.0",
|
|
"zod": "^3.25.64"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.1",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|