23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"name": "fleet-slackbot",
|
|
"version": "1.0.0",
|
|
"description": "Fleet Slack bot that can query your fleet instance and submit GitOps Pull Requests",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "node --test"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "0.39.0",
|
|
"@modelcontextprotocol/sdk": "1.30.0",
|
|
"@octokit/rest": "21.1.1",
|
|
"@slack/bolt": "4.7.2",
|
|
"diff": "8.0.3",
|
|
"dotenv": "16.6.1",
|
|
"js-yaml": "4.3.1"
|
|
}
|
|
}
|