mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-05-14 21:58:02 +02:00
18 lines
451 B
JSON
18 lines
451 B
JSON
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
{
|
|
"name": "@shannon/mcp-server",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|