mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-19 23:23:07 +00:00
This reverts commit d53f6ca4cd.
This commit is contained in:
16
external_plugins/fakechat/package.json
Normal file
16
external_plugins/fakechat/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "claude-channel-fakechat",
|
||||
"version": "0.0.1",
|
||||
"license": "Apache-2.0",
|
||||
"type": "module",
|
||||
"bin": "./server.ts",
|
||||
"scripts": {
|
||||
"start": "bun install --no-summary && bun server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user