{ "name": "ernilambar/wp-welcome", "description": "Create welcome page in WordPress. Useful for themes to showcase related information.", "license": "MIT", "keywords": [ "wordpress", "theme", "plugin" ], "authors": [ { "name": "Nilambar Sharma", "email": "nilambar@outlook.com", "homepage": "https://www.nilambar.net", "role": "Developer" } ], "homepage": "https://github.com/ernilambar/wp-welcome", "support": { "issues": "https://github.com/ernilambar/wp-welcome/issues" }, "require": { "php": ">=5.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "ergebnis/composer-normalize": "^2.31", "php-parallel-lint/php-parallel-lint": "^1.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "wp-coding-standards/wpcs": "^3.0" }, "config": { "allow-plugins": { "ergebnis/composer-normalize": true, "dealerdirect/phpcodesniffer-composer-installer": true }, "sort-packages": true }, "scripts": { "compat": "@php ./vendor/bin/phpcs --standard=.phpcompat.xml.dist --report-full --report-summary .", "lint": "@php ./vendor/bin/phpcs --report-full --report-summary .", "lint:error": "@lint -n", "lint:fix": "@php ./vendor/bin/phpcbf --report-full --report-summary .", "lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor --exclude node_modules .", "pc:config": "@php ./vendor/bin/phpcs --config-show", "pc:info": "@php ./vendor/bin/phpcs -i" } }