{
  "name": "@luisbovo/fidebe",
  "version": "0.7.1",
  "description": "Modern floating feedback widget for React apps. Collect user feedback, screenshots, images, and context with a customizable modal.",
  "keywords": [
    "react",
    "feedback",
    "widget",
    "floating button",
    "modal",
    "screenshot",
    "image upload",
    "user feedback",
    "context",
    "tailwindcss",
    "shadcn",
    "customizable",
    "form",
    "console logs",
    "browser info",
    "platform info"
  ],
  "author": "Luis Bovo <contato@luisbovo.com.br>",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/luismtns/fidebe.git"
  },
  "bugs": {
    "url": "https://github.com/luismtns/fidebe/issues"
  },
  "homepage": "https://github.com/luismtns/fidebe#readme",
  "main": "./dist/fidebe.umd.js",
  "module": "./dist/fidebe.es.js",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "provenance": true
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/fidebe.es.js",
      "require": "./dist/fidebe.umd.js"
    },
    "./styles.css": "./dist/fidebe.css"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "html2canvas": "^1.4.1",
    "react": "19.1.0",
    "react-dom": "19.1.0"
  },
  "files": [
    "dist"
  ],
  "lint-staged": {
    "*.{js,ts,cjs,mjs,d.cts,d.mts,json,jsonc}": [
      "biome check --files-ignore-unknown=true",
      "biome check --write --no-errors-on-unmatched",
      "biome lint --write --no-errors-on-unmatched --files-ignore-unknown=true",
      "biome format --write --no-errors-on-unmatched"
    ]
  },
  "scripts": {
    "dev": "storybook dev -p 6006",
    "build": "storybook build",
    "build:lib": "tsc && vite build",
    "lint": "npx @biomejs/biome lint --write ./src",
    "format": "npx @biomejs/biome check --write --organize-imports-enabled=true ./src",
    "test": "vitest",
    "test:cov": "vitest run --coverage",
    "shadcn-add": "pnpm dlx shadcn@latest add"
  }
}