{
	"name": "cityspark-events-and-embeds",
	"version": "0.1.3",
	"description": "&copy; 2025 CitySpark.",
	"author": "CitySpark-Inc",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"files": [
		"cityspark-events-and-embeds.php",
		"build",
		"includes",
		"assets",
		"src"
	],
	"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",
		"env": "wp-env",
		"test": "wp-scripts test-unit-js",
		"test:watch": "wp-scripts test-unit-js --watch",
		"test:php": "wp-env run tests-cli -- bash -c 'cd /var/www/html/wp-content/plugins/cityspark-wp-plugin && composer update --no-interaction && ./vendor/bin/phpunit'"
	},
	"devDependencies": {
		"@testing-library/jest-dom": "^6.9.1",
		"@testing-library/react": "^12.1.5",
		"@testing-library/user-event": "^14.6.1",
		"@wordpress/env": "^10.14.0",
		"@wordpress/scripts": "^20"
	}
}
