32 lines
869 B
JSON
32 lines
869 B
JSON
{
|
|
"name": "@proj-airi/twitter-services",
|
|
"type": "module",
|
|
"version": "0.8.0-alpha.4",
|
|
"private": true,
|
|
"description": "Twitter Services for MCP",
|
|
"author": "RainbowBird <rbxin2003@outlook.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "playwright install chromium && tsx --env-file=.env.local src/main.ts",
|
|
"mcp:ui": "pnpx @modelcontextprotocol/inspector",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@browserbasehq/stagehand": "^3.0.2",
|
|
"@guiiai/logg": "catalog:",
|
|
"@modelcontextprotocol/sdk": "^1.22.0",
|
|
"@moeru/std": "catalog:",
|
|
"@proj-airi/server-sdk": "^0.7.2-beta.2",
|
|
"h3": "^2.0.1-rc.5",
|
|
"listhen": "^1.9.0",
|
|
"ofetch": "^1.5.1",
|
|
"playwright": "^1.56.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|