mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-04-17 13:12:42 +00:00
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"name": "claude-channel-imessage",
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"bin": "./server.ts",
|
|
"scripts": {
|
|
"start": "bun install --no-summary && bun server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.10"
|
|
}
|
|
}
|