@bestdefense/bd-agent
Version:
An AI-powered coding assistant CLI that connects to AWS Bedrock
58 lines (57 loc) • 1.28 kB
JSON
{
"name": "@bestdefense/bd-agent",
"version": "0.1.5",
"description": "An AI-powered coding assistant CLI that connects to AWS Bedrock",
"main": "dist/index.js",
"bin": {
"bd-agent": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/cli.ts",
"prepare": "npm run build",
"test": "jest"
},
"keywords": [
"ai",
"coding-assistant",
"cli",
"aws-bedrock",
"developer-tools"
],
"author": "BestDefense, Inc.",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.0.0",
"@types/glob": "^8.1.0",
"chalk": "^5.3.0",
"cli-highlight": "^2.1.11",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"glob": "^11.0.3",
"highlight.js": "^11.11.1",
"inquirer": "^9.2.23",
"marked": "^12.0.2",
"marked-terminal": "^7.0.0",
"ora": "^8.0.1",
"strip-ansi": "^7.1.0"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/marked-terminal": "^3.1.7",
"@types/node": "^20.14.0",
"jest": "^29.7.0",
"tsx": "^4.15.0",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/bestdefense-io/BD.Agent.git"
}
}