{
  "name": "@vyuh/react-feature-marketing",
  "version": "0.6.3",
  "description": "The Marketing feature package for the Vyuh React framework",
  "type": "module",
  "keywords": [
    "vyuh",
    "react",
    "feature",
    "marketing"
  ],
  "homepage": "https://vyuh.tech",
  "bugs": {
    "url": "https://github.com/vyuh-tech/vyuh/issues"
  },
  "contributors": [
    {
      "name": "Pavan Podila",
      "email": "pavan@vyuh.tech",
      "url": "https://github.com/pavanpodila"
    }
  ],
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "@vyuh/react-core": "^0.6.3",
    "@vyuh/react-extension-content": "^0.6.3",
    "@vyuh/react-feature-system": "^0.6.3",
    "lucide-react": "^0.509.0",
    "zustand": "^5.0.4"
  },
  "devDependencies": {
    "@tailwindcss/cli": "^4.1.6",
    "@tailwindcss/postcss": "^4.1.6",
    "@types/node": "^22.15.17",
    "@types/react": "^19.1.3",
    "@types/react-dom": "^19.1.3",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "clsx": "^2.1.1",
    "daisyui": "^5.0.35",
    "eslint": "^9.26.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "tailwind-merge": "^3.2.0",
    "tailwindcss": "^4.1.6",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "files": [
    "*.md",
    "src/styles.css",
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./styles.css": "./src/styles.css"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "NODE_ENV=production tsup",
    "lint": "eslint \"src/**/*.ts*\"",
    "lint:fix": "eslint \"src/**/*.ts*\" --fix"
  }
}