Files
shannon/package.json
2025-11-13 16:55:13 +05:30

30 lines
709 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",
"version": "1.0.0",
"type": "module",
"main": "shannon.mjs",
"scripts": {
"start": "./shannon.mjs"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"boxen": "^8.0.1",
"chalk": "^5.0.0",
"dotenv": "^16.4.5",
"figlet": "^1.9.3",
"gradient-string": "^3.0.0",
"js-yaml": "^4.1.0",
"zod": "^3.22.4",
"zx": "^8.0.0"
},
"bin": {
"shannon": "./shannon.mjs"
}
}