{
	"name": "attlii/headless-converter",
	"type": "wordpress-plugin",
	"autoload": {
		"psr-4": {
			"HeadlessConverter\\": "src/"
		}
	},
	"authors": [
		{
			"name": "Atte Liimatainen",
			"email": "atte.liimat@gmail.com"
		}
	],
	"require-dev": {
		"phpunit/phpunit": "^9",
		"10up/wp_mock": "^0.4.2",
		"mockery/mockery": "^1.4",
		"spatie/phpunit-snapshot-assertions": "^4.2"
	},
	"scripts": {
		"test": "phpunit tests"
	}
}
