{
  "name": "@koia-ai/koia-eshop-sdk",
  "version": "1.0.13",
  "description": "A configurable React context provider for e-commerce functionality with cart management, discount codes, order processing, and API client for product management",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "react",
    "ecommerce",
    "eshop",
    "cart",
    "shopping",
    "discount",
    "context",
    "typescript",
    "api",
    "client"
  ],
  "author": "Koia AI",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "^5.8.3",
    "rimraf": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/koia-ai/koia-eshop-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/koia-ai/koia-eshop-sdk/issues"
  },
  "homepage": "https://github.com/koia-ai/koia-eshop-sdk#readme"
}
