33 lines
864 B
JSON
33 lines
864 B
JSON
{
|
|
"name": "@proj-airi/twitter-services",
|
|
"type": "module",
|
|
"version": "0.7.2-beta.2",
|
|
"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.4",
|
|
"@guiiai/logg": "^1.0.10",
|
|
"@modelcontextprotocol/sdk": "^1.17.5",
|
|
"@moeru/std": "catalog:",
|
|
"@proj-airi/server-sdk": "^0.7.2-beta.2",
|
|
"dotenv": "^17.2.2",
|
|
"h3": "^1.15.4",
|
|
"listhen": "^1.9.0",
|
|
"ofetch": "^1.4.1",
|
|
"playwright": "^1.55.0",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.0",
|
|
"tsx": "^4.20.5",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|