{
	"name": "tilopay",
	"title": "WooCommerce Tilopay Payments",
	"version": "3.1.2",
	"author": "Tilo",
	"license": "GPL-3.0+",
	"keywords": [],
	"engines": {
		"node": ">=6.9.4",
		"npm": ">=1.1.0"
	},
	"devDependencies": {
		"@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0",
		"@wordpress/scripts": "^27.2.0",
		"cross-env": "7.0.3",
		"react-scripts": "^5.0.1"
	},
	"scripts": {
		"start": "wp-scripts start",
		"build": "wp-scripts 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 C:\\wp-cli\\wp-cli.phar i18n make-pot --exclude=\"node_modules/,languages/,assets/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://tlopay.com/\"}' . languages/tilopay_es_CR.pot",
		"i18n:json": "C:\\wp-cli\\wp-cli.phar i18n make-json languages --no-purge",
		"packages-update": "wp-scripts packages-update",
		"check-engines": "wp-scripts check-engines",
		"plugin-zip": "wp-scripts plugin-zip"
	},
	"dependencies": {
		"react-hook-mask": "^1.1.18"
	}
}
