{ "name": "wp-agentic-writer/wp-agentic-writer", "description": "AI-powered writing assistant for WordPress Gutenberg", "type": "wordpress-plugin", "require-dev": { "phpunit/phpunit": "^9.6", "phpdocumentor/phpdocumentor": "^3.4", "squizlabs/php_codesniffer": "^3.7" }, "autoload": { "psr-4": { "WP_Agentic_Writer\\": "includes/" } }, "scripts": { "test": "phpunit", "test-coverage": "phpunit --coverage-html coverage", "cs": "phpcs --standard=PSR12 includes/" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }