{
	"name": "wdevs-customer-order-export",
	"version": "1.0.2",
	"description": "Save time with automated multi-format WooCommerce order exports sent instantly to customers via email or cloud.",
	"author": "Wijnberg Developments",
	"license": "GPL-2.0-or-later",
	"main": "admin/js/wdevs-customer-order-export-woocommerce.js",
	"scripts": {
		"preinstall": "powershell -Command \"nvm use $(Get-Content .nvmrc)",
		"prestart": "powershell -Command \"nvm use $(Get-Content .nvmrc)",
		"build": "wp-scripts build",
		"check-engines": "wp-scripts check-engines",
		"check-licenses": "wp-scripts check-licenses",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:md:docs": "wp-scripts lint-md-docs",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "composer install --no-dev --optimize-autoloader && npx wp-scripts plugin-zip --root-folder=orderbridge-for-woocommerce",
		"plugin-zip-description": "PLEASE SEE FILES IN PACKAGE.JSON. ADDED BECAUSE OF VENDOR FOLDER",
		"start": "wp-scripts start",
		"test:e2e": "wp-scripts test-e2e",
		"test:unit": "wp-scripts test-unit-js"
	},
	"devDependencies": {
		"@wordpress/scripts": "^31.1.0"
	},
	"files": [
		"admin",
		"build",
		"includes",
		"languages",
		"public",
		"vendor",
		"composer.json",
		"package.json",
		"webpack.config.js",
		"wdevs-customer-order-export.php",
		"block.json",
		"LICENSE.txt",
		"README.txt",
		"!vendor/**/*.sh"
	],
	"dependencies": {
		"jstree": "^3.3.17"
	}
}
