{
  "name": "alko/pim",
  "description": "pimcore sync to oxid",
  "type": "oxideshop-module",
  "keywords": ["oxid", "modules", "eShop"],
  "homepage": "https://www.al-ko.com",
  "license": ["GPL-3.0", "proprietary"],
  "extra": {
    "oxideshop": {
      "target-directory": "alko/pim"
    }
  },
  "version": "1.0.0",
  "require": {
    "php": ">=7.0"
  },
	"scripts": {
		"post-package-install": "cd Service && npm install yarn && yarn",
		"post-package-update": "cd Service && npm install yarn && yarn"
	},
  "autoload": {
    "psr-4": {
      "Alko\\Pim\\": "../../../source/modules/alko/pim"
    }
  }
}