{
  "name": "@pinelab/vendure-plugin-frequently-bought-together",
  "version": "0.0.2",
  "description": "Increase average order value by suggesting frequently bought together products based on past orders. Also known as related products or product recommendations.",
  "keywords": [
    "frequently bought together",
    "related products",
    "product recommendations",
    "cross-sell"
  ],
  "author": "Martijn van de Brug <martijn@pinelab.studio>",
  "homepage": "https://pinelab-plugins.com/",
  "repository": "https://github.com/Pinelab-studio/pinelab-vendure-plugins",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "start": "yarn ts-node test/dev-server.ts",
    "test": "vitest run --bail 1",
    "lint": "eslint ."
  },
  "dependencies": {
    "catch-unknown": "^2.0.0"
  },
  "gitHead": "e2dbdc790ec011aa8e26c3aef38bf3c0f6a085ef"
}
