{
  "name": "@nosto/shopify-hydrogen",
  "description": "Component library to implement Nosto within Shopify Hydrogen",
  "author": "Dominik Gilg",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nosto/shopify-hydrogen.git"
  },
  "keywords": [
    "nosto",
    "personalisation",
    "shopify",
    "hydrogen"
  ],
  "version": "2.3.2",
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "prepare": "tsc",
    "type-check": "tsc --noEmit",
    "format": "prettier --write .",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "build": "yarn run format && yarn run lint && tsc -p tsconfig.json",
    "lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix"
  },
  "dependencies": {
    "@nosto/nosto-react": "^2.7.0",
    "crypto-es": "^2.1.0"
  },
  "peerDependencies": {
    "@shopify/hydrogen": "^2025.7.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router": "7.9.2",
    "react-router-dom": "7.9.2"
  },
  "bugs": {
    "url": "https://github.com/Nosto/shopify-hydrogen/issues",
    "homepage": "https://github.com/Nosto/shopify-hydrogen#readme"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "@types/react": "^19.1.10",
    "@types/react-dom": "^19.1.7",
    "eslint": "^9.38.0",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "^3.6.2",
    "react-router": "7.9.2",
    "react-router-dom": "7.9.2",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.46.2"
  },
  "publishConfig": {
    "provenance": true
  }
}