{
	"name": "persoderlind/soderlind-aivalve",
	"description": "AI Valve — Control, meter, and permission-gate AI usage from WordPress plugins connecting through the WP 7 AI connector.",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": ">=8.3"
	},
	"autoload": {
		"psr-4": {
			"Soderlind\\AiValve\\": "src/"
		}
	},
	"config": {
		"sort-packages": true
	},
	"require-dev": {
		"brain/monkey": "^2.6",
		"phpunit/phpunit": "^11.0"
	},
	"scripts": {
		"test": "phpunit --configuration=phpunit.xml.dist",
		"lint": "$HOME/.composer/vendor/bin/phpcs --standard=phpcs.xml.dist",
		"lint:fix": "$HOME/.composer/vendor/bin/phpcbf --standard=phpcs.xml.dist",
		"check": [
			"@test",
			"@lint"
		]
	}
}