Files
moeka-project/services/twitter-services/package.json
T
dependabot[bot]andautofix-ci[bot] eac8ff0886 chore(deps): bump @modelcontextprotocol/sdk from 1.22.0 to 1.24.0 (#790)
* chore(deps): bump @modelcontextprotocol/sdk from 1.22.0 to 1.24.0

Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.22.0 to 1.24.0.
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.22.0...1.24.0)

---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.24.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* [autofix.ci] apply automated fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-10 14:53:10 +08:00

32 lines
870 B
JSON

{
"name": "@proj-airi/twitter-services",
"type": "module",
"version": "0.8.0-alpha.8",
"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.24.0",
"@moeru/std": "catalog:",
"@proj-airi/server-sdk": "^0.8.0-alpha.5",
"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"
}
}