33 lines
860 B
JSON
33 lines
860 B
JSON
{
|
|
"name": "@proj-airi/twitter-services",
|
|
"type": "module",
|
|
"version": "0.7.0-beta.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.4.1",
|
|
"@guiiai/logg": "^1.0.10",
|
|
"@modelcontextprotocol/sdk": "^1.16.0",
|
|
"@moeru/std": "catalog:",
|
|
"@proj-airi/server-sdk": "^0.6.1",
|
|
"dotenv": "^17.2.0",
|
|
"h3": "^1.15.3",
|
|
"listhen": "^1.9.0",
|
|
"ofetch": "^1.4.1",
|
|
"playwright": "^1.54.1",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.15",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|