{
  "name": "@klevu/core",
  "sideEffects": false,
  "version": "5.8.1",
  "description": "Typescript SDK that simplifies development on Klevu backend. Klevu provides advanced AI-powered search and discovery solutions for online retailers.",
  "keywords": [
    "klevu",
    "search",
    "recommendation",
    "ecommerce tools",
    "ai search"
  ],
  "homepage": "https://developers.klevu.com",
  "main": "./dist/cjs/index.js",
  "module": "./dist/mjs/index.js",
  "exports": {
    ".": {
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "scripts": {
    "build:watch": "tsc --watch",
    "build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup",
    "qoc": "eslint src/",
    "docs": "rm -rf docs && (typedoc --entryDocument '' --plugin typedoc-plugin-markdown --out docs src/index.ts || true) && node split_docs.js",
    "test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest src --coverage && npm run qoc",
    "test-single": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest"
  },
  "author": "Klevu",
  "contributors": [
    {
      "name": "Juha-Pekka Rajaniemi",
      "email": "juha-pekka.rajaniemi@klevu.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/klevultd/frontend-sdk",
    "directory": "packages/klevu-core"
  },
  "license": "MIT",
  "typedocMain": "src/index.ts",
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@typescript-eslint/eslint-plugin": "^5.61.0",
    "@typescript-eslint/parser": "^5.61.0",
    "axios": "^1.4.0",
    "eslint": "^8.44.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "jest": "^29.6.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typedoc": "^0.24.8",
    "typedoc-plugin-markdown": "^3.15.3",
    "typescript": "^5.1.6"
  }
}
