package.json•670 B
{
"name": "twitter-mcp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"build": "npx @smithery/cli build",
"dev": "npx @smithery/cli dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@browserbasehq/stagehand": "^2.4.1",
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.25.46",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@smithery/cli": "^1.2.4",
"tsx": "^4.19.4"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
}