{
	"name": "wazchat-chat-button-widget",
	"version": "1.0.0",
	"dependencies": {
		"@wordpress/api-fetch": "^6.51.0",
		"@wordpress/block-editor": "^14.14.0",
		"@wordpress/components": "^27.2.0",
		"@wordpress/data": "^9.24.0",
		"@wordpress/dataviews": "^4.16.0",
		"@wordpress/dom-ready": "^3.54.0",
		"@wordpress/element": "^5.31.0",
		"@wordpress/i18n": "^4.54.0",
		"@wordpress/icons": "^9.46.0",
		"@wordpress/notices": "^4.23.0",
		"lucide-react": "^0.359.0"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.9.0",
		"copy-webpack-plugin": "^12.0.2",
		"cross-env": "^7.0.3",
		"bestzip": "^2.2.1",
		"rimraf": "^5.0.5"
	},
	"scripts": {
		"build": "wp-scripts build",
		"start": "wp-scripts start",
		"format": "wp-scripts format",
		"lint:js": "wp-scripts lint-js",
		"fix:js": "wp-scripts lint-js --fix",
		"deploy": "npm run build && npm run makepot && node scripts/deploy.js",
		"makepot": "wp i18n make-pot . languages/wazchat-chat-button-widget.pot --include=\"**/*.php,build/**/*.js\" --exclude=\"node_modules,vendor\" --domain=\"wazchat-chat-button-widget\" --headers='{\"Last-Translator\":\"Awsm Innovations <hello@awsm.in>\"}'"
	}
}
