{
	"name": "neliosoftware/nelio-content",
	"version": "4.0.2",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"description": "Auto-post, schedule, and share your posts on social media (Twitter, Facebook, LinkedIn, Instagram, and more). Save time with useful automations.",
	"homepage": "https://neliosoftware.com/content/",
	"require-dev": {
		"automattic/vipwpcs": "^3.0",
		"composer/installers": "*",
		"php-stubs/woocommerce-stubs": "*",
		"php-stubs/wordpress-globals": "*",
		"php-stubs/wordpress-stubs": "*",
		"phpcompatibility/php-compatibility": "*",
		"phpstan/phpstan": "*",
		"squizlabs/php_codesniffer": "*",
		"szepeviktor/phpstan-wordpress": "*",
		"wp-coding-standards/wpcs": "*",
		"johnbillion/wp-compat": "^1.3"
	},
	"require": {
		"johngrogg/ics-parser": "^3.5.1"
	},
	"autoload": {
		"classmap": [
			"admin/",
			"includes/",
			"public/"
		]
	},
	"keywords": [
		"auto publish",
		"content marketing",
		"editorial calendar",
		"social media",
		"plugin",
		"wordpress"
	],
	"scripts": {
		"vip": "./vendor/bin/phpcs --standard=WordPress-VIP-Go -sp --basepath=. --ignore=\"scripts/,assets/,.lando/,vendor/,node_modules/\"",
		"vip-js": "./vendor/bin/phpcs  --standard=WordPress-VIP-Go -sp --basepath=. --ignore=\"scripts/,assets/dist,.lando/,vendor/,node_modules/\"",
		"install-codestandards": [
			"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
		]
	},
	"config": {
		"allow-plugins": {
			"composer/installers": true,
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"php-http/discovery": true
		}
	}
}
