{ "name": "shopkeeper/module-admin-order-columns", "description": "Customizes order item columns in Magento admin - removes tax columns, adds cost column with clickable product links, and hides product thumbnails", "type": "magento2-module", "version": "1.1.0", "license": [ "OSL-3.0", "AFL-3.0" ], "authors": [ { "name": "Taber", "email": "taber@shopkeeper.dev", "homepage": "https://shopkeeper.dev", "role": "Developer" } ], "require": { "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0", "magento/framework": ">=103.0.0", "magento/module-sales": ">=103.0.0", "magento/module-catalog": ">=104.0.0" }, "autoload": { "files": [ "registration.php" ], "psr-4": { "Shopkeeper\\AdminOrderColumns\\": "" } } }