{
	"name": "mapbox-for-wp",
	"version": "1.0.0",
	"description": "Integrate your maps from Mapbox into WordPress.",
	"author": "Pluginize",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	},
	"dependencies": {
		"mapbox-gl": "^2.14.0",
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@wordpress/prettier-config": "^2.15.0",
		"@wordpress/scripts": "^26.1.0",
		"eslint-config-prettier": "^8.8.0",
		"eslint-plugin-prettier": "^4.2.1",
		"prettier": "^2.8.8"
	},
	"files": [
		"build/**/*",
		"CHANGELOG.md",
		"includes/**/*",
		"LICENSE.md",
		"mapbox-for-wp.php",
		"readme.txt",
		"vendor",
		"vendor_prefixed"
	]
}
