{
	"name": "dblocks-finder",
	"version": "1.0.0",
	"main": "index.js",
	"scripts": {
		"develop": "npm-run-all --parallel start sync",
		"sync": "browser-sync start --proxy 'localurlhere.local' --files 'build/*'",
		"-----": "",
		"build": "wp-scripts build",
		"start": "wp-scripts start",
		"hot": "wp-scripts start --hot",
		"------": "",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip"
	},
	"files": [
		"app",
		"build",
		"vendor",
		"dblocks-finder.php"
	],
	"keywords": [],
	"author": "",
	"license": "ISC",
	"description": "",
	"devDependencies": {
		"@wordpress/scripts": "^30.4.0",
		"browser-sync": "^3.0.3",
		"cssnano": "^7.0.6",
		"npm-run-all": "^4.1.5",
		"tailwindcss": "^3.4.15"
	},
	"dependencies": {
		"@wordpress/icons": "^10.14.0"
	}
}
