{
  "name": "bsscommerce/company-account-graph-ql",
  "version": "1.0.3",
  "description": "Company Account GraphQl API Support",
  "type": "magento2-module",
  "require": {
    "magento/framework": "*",
    "magento/module-webapi": "*",
    "magento/module-graph-ql":  "*",
    "bsscommerce/company-account": "1.*"
  },
  "license": [
    "Proprietary"
  ],
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "Bss\\CompanyAccountGraphQl\\": ""
    }
  }
}
