{
  "name": "wgp-next-shop-ui-lib",
  "version": "0.2.16",
  "description": "Библиотека UI-компонентов для Next-Shop с поддержкой e-commerce функций",
  "author": "IvanPin",
  "license": "MIT",
  "main": "src/index.js",
  "files": [
    "src",
    "README.md",
    "COMPONENT_STRUCTURE.md"
  ],
  "scripts": {
    "prepublishOnly": "echo 'Publishing new version...'",
    "test": "echo 'Running tests...'",
    "storybook": "echo 'Starting Storybook...'",
    "build-docs": "echo 'Building documentation...'"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "lucide-react": "^0.263.1"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0"
  },
  "keywords": [
    "react",
    "nextjs",
    "ui-components",
    "e-commerce",
    "shop",
    "elasticsearch",
    "bitrix",
    "cart",
    "product-catalog"
  ],
  "repository": {
    "type": "git",
    "url": "your-repo-url"
  },
  "publishConfig": {
    "access": "public"
  }
}
