{
	"name": "woocommerce-gateway-fygaro",
	"title": "WooCommerce Fygaro Payments",
	"version": "0.0.11",
	"author": "Fygaro",
	"keywords": [],
	"engines": {
		"node": ">=20.0.0",
		"npm": ">=10.8.0"
	},
	"devDependencies": {
		"@woocommerce/dependency-extraction-webpack-plugin": "^3.1.0",
		"@wordpress/scripts": "^30.18.0",
		"cross-env": "^7.0.3"
	},
	"scripts": {
		"start": "wp-scripts start",
		"build": "wp-scripts build",
		"build:og": "wp-scripts build && npm run i18n:build",
		"i18n": "npm run i18n:build",
		"i18n:build": "npm run i18n:pot && ./bin/build_i18n.sh",
		"i18n:pot": "php -d xdebug.max_nesting_level=512 $(which wp) i18n make-pot --exclude=\"node_modules/,languages/,assets/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://fygaro.com/\", \"language-team\":\"Support <support@fygaro.com>\"}' . languages/woocommerce-gateway-fygaro.pot",
		"i18n:json": "$(which wp) i18n make-json languages --no-purge",
		"check-engines": "wp-scripts check-engines"
	}
}
