{
	"name": "tami-payment",
	"title": "Tami WooCommerce Payment Gateway",
	"version": "1.0.0",
	"author": "tami",
	"keywords": [],
	"engines": {
		"node": ">=6.9.4",
		"npm": ">=1.1.0"
	},
	"devDependencies": {
		"@woocommerce/dependency-extraction-webpack-plugin": "^1.7.0",
		"@wordpress/scripts": "17.1.0",
		"cross-env": "6.0.3"
	},
	"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 $(which wp) i18n make-pot --exclude=\"node_modules/,lang/,assets/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://gri.net/submit-ticket.php\", \"language-team\":\"GRILABS <labs@gri.net>\"}' . ./lang/grilabs-woocommerce-pos.pot",
		"i18n:json": "$(which wp) i18n make-json languages --no-purge",
		"check-engines": "wp-scripts check-engines"
	},
	"dependencies": {
		"react": "^17.0.2",
		"react-input-mask": "^3.0.0-alpha.2",
		"react-payment-inputs": "^1.1.9"
	}
}
