{
  "name": "@fluentui-copilot/react-editor-input",
  "version": "0.6.2",
  "description": "a base rich editor input.",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentai"
  },
  "license": "MIT",
  "dependencies": {
    "@fluentui-copilot/chat-input-plugins": "^0.5.4",
    "@fluentui-copilot/react-chat-input-plugins": "^0.5.9",
    "@fluentui-copilot/react-text-editor": "^0.4.4",
    "@fluentui-copilot/tokens": "^0.3.15",
    "@swc/helpers": "^0.5.1"
  },
  "peerDependencies": {
    "@fluentui/react-components": ">=9.69.0 <10.0.0",
    "@fluentui/react-jsx-runtime": ">=9.2.0 <10.0.0",
    "@fluentui/react-motion": ">=9.10.4 <10.0.0",
    "@fluentui/react-utilities": ">=9.24.1 <10.0.0",
    "@types/react": ">=16.14.0 <20.0.0",
    "@types/react-dom": ">=16.9.8 <20.0.0",
    "react": ">=16.14.0 <20.0.0",
    "react-dom": ">=16.14.0 <20.0.0"
  },
  "beachball": {
    "disallowedChangeTypes": [
      "major"
    ]
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": "./lib-commonjs/index.js",
      "import": "./lib/index.js",
      "require": "./lib-commonjs/index.js"
    },
    "./package.json": "./package.json"
  }
}
