{
	"name": "eshipper/eshipper-commerce",
	"description": "EShipper Commerce - A WordPress-WooCommerce Plugin for Shipping by EShipper",
	"type": "project",
	"license": "proprietary",
	"homepage": "https://ww2.eshipper.com",
	"authors": [
		{
			"name": "eShipper",
			"email": "technology@eshipper.com"
		}
	],
	"support": {
		"email": "technology@eshipper.com"
	},
	"require": {
		"php": "^7.1||^8.1.0||^8.2.0",
		"ext-json": "*"
	},
	"archive": {
		"exclude": [
			"dist/",
			".gitlab",
			".git",
			".gitattributes",
			".gitignore",
			".editorconfig",
			"!storage/**/*",
			".phpstorm.meta.php",
			"_ide_helper.php",
			"_ide_helper_models.php",
			"!vendor/*",
			"!packages/*",
			"!Modules/*",
			"!public/**/*",
			"!public/*.html",
			"!.env",
			"phpstan.neon.dist"
		]
	}
}
