{
	"name": "smart-auto-upload-images/smart-auto-upload-images",
	"description": "A modern WordPress plugin that automatically detects and uploads external images from post content with advanced settings and React-based admin interface.",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "Burhan Nasir",
			"email": "burhandodhy@gmail.com"
		}
	],
	"require": {
		"php": ">=8.0",
		"psr/container": "^2.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^9.6",
		"wp-coding-standards/wpcs": "^3.0",
		"yoast/phpunit-polyfills": "^4.0",
		"szepeviktor/phpstan-wordpress": "^2.0",
		"phpstan/extension-installer": "^1.4",
		"brianhenryie/strauss": "^0.24.0"
	},
	"autoload": {
		"psr-4": {
			"SmartAutoUploadImages\\": "src/classes/"
		}
	},
	"scripts": {
		"lint": "./vendor/bin/phpcs --standard=phpcs.xml",
		"lint-fix": "./vendor/bin/phpcbf --standard=phpcs.xml",
		"test": "phpunit",
		"strauss": [
			"vendor/bin/strauss"
		]
	},
	"extra": {
		"installer-paths": {
			"vendor/{$name}/": [
				"type:wordpress-plugin",
				"type:wordpress-theme"
			]
		},
		"strauss": {
			"target_directory": "vendor-prefixed",
			"namespace_prefix": "SmartAutoUploadImages\\Vendor_Prefixed\\",
			"classmap_prefix": "SmartAutoUploadImages_Vendor_Prefixed_",
			"constant_prefix": "SAUI_VENDOR_"
		}
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"phpstan/extension-installer": true
		}
	}
}
