{
  "name": "@tagazok/br-chat-wc",
  "version": "0.0.2",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "link": "rm -rf dist/ && npm run build && npm link",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && npm run copy-assets",
    "copy-assets": "copyfiles -u 1 src/assets/* dist/assets"
  },
  "keywords": [
    "genAI",
    "Amazon Bedrock",
    "Bedrock",
    "Web component"
  ],
  "author": "Olivier Leplus (https://tagazok.github.io/)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tagazok/bedrock-webcomponent.git"
  },
  "license": "ISC",
  "description": "A web component for Amazon Bedrock",
  "dependencies": {
    "@aws-sdk/client-bedrock": "^3.624.0",
    "@aws-sdk/client-bedrock-agent-runtime": "^3.624.0",
    "@aws-sdk/client-bedrock-runtime": "^3.624.0",
    "@aws-sdk/client-cognito-identity": "^3.624.0",
    "@aws-sdk/client-sts": "^3.624.0",
    "@aws-sdk/credential-providers": "^3.624.0",
    "dompurify": "^3.1.6",
    "lit": "^3.2.0",
    "marked": "^14.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.1.0",
    "copyfiles": "^2.4.1",
    "typescript": "^5.5.4"
  },
  "bugs": {
    "url": "https://github.com/tagazok/bedrock-webcomponent/issues"
  },
  "homepage": "https://github.com/tagazok/bedrock-webcomponent#readme"
}
