{
	"name": "axialnest-for-woocommerce",
	"version": "1.0.0",
	"author": "Techutamos",
	"license": "GPL-3.0+",
	"main": "build/index.js",
	"files": [ "build", "includes", "languages", "vendor", "src", "block.json", "composer.json", "axialnest-for-woocommerce.php", "README.txt" ],
	"scripts": {
		"build": "wp-scripts build && composer dump-autoload -o --no-dev",
		"dist": "npx wp-env run cli wp dist-archive wp-content/plugins/axialnest-for-woocommerce wp-content/plugins/axialnest-for-woocommerce/ --format=targz",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"postinstall": "composer install -o --no-dev"
	},
	"dependencies": {
		"@wordpress/env": "^10.16.0",
		"@wordpress/hooks": "^4.16.0",
		"@wordpress/i18n": "^5.16.0",
		"@wp-blocks/make-pot": "^1.4.0"
	},
	"devDependencies": {
		"@woocommerce/dependency-extraction-webpack-plugin": "^3.1.0",
		"@woocommerce/eslint-plugin": "^2.3.0",
		"@wordpress/scripts": "^30.9.0"
	}
}
