{
	"name": "voucherly",
	"author": "voucherly",
	"title": "Voucherly",
	"version": "1.2.0",
    "license": "GNU GPLv3",
	"keywords": [],
	"engines": {
		"node": ">=6.9.4",
		"npm": ">=1.1.0"
	},
	"devDependencies": {
		"@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0",
		"@wordpress/scripts": "^27.6.0",
		"cross-env": "7.0.3"
	},
	"scripts": {
		"start": "wp-scripts start",
		"build": "wp-scripts build",
		"i18n": "npm run i18n:build",
		"i18n:build": "npm run i18n:pot && ./scripts/build_i18n.sh",
		"i18n:pot": "wp i18n make-pot . languages/voucherly.pot --slug=voucherly --exclude=\"node_modules/,tmp-svn/,tmp-plugin/,languages/,assets/\"",
		"i18n:json": "wp i18n make-json languages --no-purge",
		"packages-update": "wp-scripts packages-update",
		"check-engines": "wp-scripts check-engines"
	}
}
