{
  "name": "botframework-webchat-fluent-theme",
  "version": "4.19.1",
  "description": "Fluent theme for Bot Framework Web Chat",
  "main": "./dist/botframework-webchat-fluent-theme.js",
  "types": "./dist/botframework-webchat-fluent-theme.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/botframework-webchat-fluent-theme.d.mts",
        "default": "./dist/botframework-webchat-fluent-theme.mjs"
      },
      "required": {
        "types": "./dist/botframework-webchat-fluent-theme.d.ts",
        "default": "./dist/botframework-webchat-fluent-theme.js"
      }
    },
    "./static/*": "./static/*"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/BotFramework-WebChat.git"
  },
  "bugs": {
    "url": "https://github.com/microsoft/BotFramework-WebChat/issues"
  },
  "homepage": "https://github.com/microsoft/BotFramework-WebChat/packages/core#readme",
  "files": [
    "dist/**/*.js",
    "dist/**/*.map",
    "dist/**/*.mjs",
    "dist/**/*.mts",
    "dist/**/*.ts",
    "src/**/*",
    "static/**/*"
  ],
  "scripts": {
    "build": "npm run --if-present build:pre && npm run build:run && npm run --if-present build:post",
    "build:post": "npm run build:post:dtsroll && npm run build:post:validate",
    "build:post:dtsroll": "dtsroll ./dist/*.d.* && sed -E -i 's/^([[:space:]]*export[[:space:]]+)type[[:space:]]+(\\{[[:space:]]+type[[:space:]]+)/\\1\\2/' ./dist/*.d.ts",
    "build:post:validate": "npm run build:post:validate:css && npm run build:post:validate:inject-css && npm run build:post:validate:dts",
    "build:post:validate:css": "vg ast-check lightning-css ./dist/*.css",
    "build:post:validate:dts": "vg ast-check dist-types ./dist/*.d.*",
    "build:post:validate:inject-css": "vg ast-check css-inject dist/*.js dist/*.mjs static/*.js",
    "build:pre": "npm run build:pre:local-dependencies && npm run build:pre:watch",
    "build:pre:local-dependencies": "../../scripts/npm/build-local-dependencies.sh",
    "build:pre:watch": "../../scripts/npm/build-watch.sh",
    "build:run": "concurrently --prefix-colors \"auto\" \"npm:build:run:*\"",
    "build:run:static": "node ./esbuild.static.mjs",
    "build:run:tsup": "tsup",
    "bump": "vg bump prod && vg bump dev && (npm audit fix || exit 0)",
    "eslint": "npm run precommit",
    "postversion": "../../scripts/npm/postversion.sh",
    "precommit": "npm run precommit:eslint -- src && npm run precommit:typecheck",
    "precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0",
    "precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
    "preversion": "../../scripts/npm/preversion.sh",
    "start": "../../scripts/npm/notify-build.sh \"src\" \"../styles/package.json\""
  },
  "pinDependencies": {
    "@types/react": [
      "16",
      "react@16.8.6 is our baseline"
    ],
    "react": [
      "16.8.6",
      "using react@16.8.6 to make sure this is the minimum supported version"
    ]
  },
  "localDependencies": {
    "@msinternal/botframework-webchat-styles": "development",
    "@msinternal/botframework-webchat-tsconfig": "development"
  },
  "devDependencies": {
    "@msinternal/botframework-webchat-styles": "4.19.1",
    "@msinternal/botframework-webchat-tsconfig": "4.19.1",
    "@types/math-random": "^1.0.2",
    "@types/node": "^25.9.1",
    "@types/react": "^16.14.70",
    "concurrently": "^10.0.0",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "botframework-webchat": "4.19.1",
    "classnames": "2.5.1",
    "inject-meta-tag": "0.1.0",
    "math-random": "2.0.1",
    "use-ref-from": "0.2.1",
    "valibot": "1.4.1"
  },
  "peerDependencies": {
    "react": ">= 16.8.6"
  }
}
