{
	"name": "paidy-wc",
	"title": "Paidy for WooCommerce",
	"version": "1.4.0",
	"license": "GPL-3.0",
	"homepage": "https://wordpress.org/plugins/paidy-wc/",
	"repository": {
		"type": "github",
		"url": "https://github.com/SoftStepsEC/paidy-wc.git"
	},
	"dependencies": {
		"lru-cache": "^7.0.0",
		"rimraf": "^4.0.0"
	},
	"devDependencies": {
		"@woocommerce/dependency-extraction-webpack-plugin": "3.1.0",
		"@wordpress/scripts": "^30.7.0",
		"cross-env": "^7.0.3",
		"webpack-cli": "^6.0.1"
	},
	"scripts": {
		"start": "wp-scripts start && wp-env logs",
		"build": "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://woocommerce.com/my-account/create-a-ticket/\", \"language-team\":\"LANGUAGE <EMAIL@ADDRESS>\"}' . i18n/paidy-wc.pot",
		"i18n:json": "$(which wp) i18n make-json languages --no-purge",
		"packages-update": "wp-scripts packages-update",
		"check-engines": "wp-scripts check-engines",
		"make-pot": "wp-env run cli --env-cwd=wp-content/plugins/paidy-wc/ wp i18n make-pot ./ i18n/paidy-wc.pot --ignore-domain",
		"make-json": "wp-env run cli --env-cwd=wp-content/plugins/paidy-wc/ wp i18n make-json i18n --no-purge"
	}
}
