{
  "name": "wickrio-bedrock-bot",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {
    "@aws-sdk/client-bedrock-runtime": "^3.779.0",
    "@modelcontextprotocol/sdk": "^1.7.0",
    "@modelcontextprotocol/server-aws-kb-retrieval": "^0.6.2",
    "js-yaml": "^4.1.0",
    "pino": "^9.6.0",
    "wickrio_addon": "^7.1.x",
    "wickrio-bot-framework": "^1.0.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.21.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.14.0",
    "@typescript-eslint/eslint-plugin": "^8.26.0",
    "@typescript-eslint/parser": "^8.26.0",
    "chai": "^4.2.0",
    "eslint": "^9.21.0",
    "globals": "^16.0.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^3.5.3",
    "sinon": "^9.0.2",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.0"
  },
  "scripts": {
    "test": "nyc mocha test --exit",
    "lint": "eslint src/ --ext .ts",
    "lint:fix": "eslint src/ --ext .ts --fix",
    "compile": "tsc",
    "build": "npm run lint && npm run compile"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "author": "David Wittman",
  "license": "MIT"
}
