{
	"name": "lokuswp/fundrizer",
	"type": "wordpress-plugin",
	"repositories": [
		{
			"type": "composer",
			"url": "https://wpackagist.org"
		}
	],
	"autoload": {
		"psr-4": {
			"FRZR\\": "src/"
		},
		"files": [
			"vendor/meta-box/meta-box.php"
		]
	},
	"require-dev": {
		"axepress/wp-graphql-stubs": "^1.21",
		"baxtian/timber-stubs": "^1.22"
	},
	"scripts": {
		"build": [
			"./build.sh"
		]
	},
	"require": {
		"appsero/client": "^2.0",
		"wpackagist-plugin/meta-box": "5.10.4",
		"wpackagist-plugin/wp-graphql": "1.29.3"
	},
	"extra": {
		"installer-paths": {
			"vendor/meta-box": [
				"wpackagist-plugin/meta-box"
			],
			"deps/wp-graphql": [
				"wpackagist-plugin/wp-graphql"
			]
		}
	},
	"config": {
		"allow-plugins": {
			"composer/installers": true
		}
	}
}