{
  "name": "@inov-ai/feedback-widget",
  "version": "1.0.2",
  "type": "module",
  "description": "Modern React feedback widget with surveys, analytics, and Next.js 15 support. Collect user feedback and run surveys in your SaaS applications.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "examples"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c -w",
    "dev": "rollup -c -w",
    "prepare": "npm run build",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix"
  },
  "keywords": [
    "react",
    "feedback",
    "widget",
    "nextjs",
    "nextjs-15",
    "typescript",
    "inov-ai",
    "customer-feedback",
    "survey",
    "user-feedback",
    "feedback-collection",
    "analytics",
    "saas",
    "component",
    "react-component",
    "feedback-widget",
    "customer-satisfaction",
    "user-experience",
    "product-feedback"
  ],
  "author": "inov-ai",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/godbright/inov-ai-package"
  },
  "bugs": {
    "url": "https://github.com/godbright/inov-ai-package/issues"
  },
  "homepage": "https://www.inov-ai.tech/",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "clsx": "^2.0.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.56.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.7.0",
    "rollup": "^4.9.1",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.3.3"
  }
}
