{
	"name": "neliosoftware/nelio-session-recordings",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"description": "Highlights visual and logical reasons why your visitors are not turning into customers. With this plugin, you will be able to record the sessions of your visitors.",
	"homepage": "https://neliosoftware.com/session-recordings/",
	"require": {
		"matthiasmullie/minify": "^1.3.71"
	},
	"require-dev": {
		"automattic/vipwpcs": "^3.0.0",
		"composer/installers": "^2.2.0",
		"phpcompatibility/php-compatibility": "^9.3",
		"squizlabs/php_codesniffer": "^3.11.1",
		"wp-coding-standards/wpcs": "^3.1.0"
	},
	"autoload": {
		"classmap": [
			"admin/",
			"includes/",
			"public/"
		]
	},
	"keywords": [
		"split testing",
		"plugin",
		"wordpress"
	],
	"scripts": {
		"format": "./vendor/bin/phpcbf --standard=phpcs.ruleset.xml --ignore=\"scripts/,assets/,.lando/,vendor/,node_modules/\" --report-summary --report-source",
		"lint": "./vendor/bin/phpcs  --standard=phpcs.ruleset.xml --ignore=\"scripts/,assets/,.lando/,vendor/,node_modules/\"",
		"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
		}
	}
}
