{
	"name": "poll-creator",
	"version": "1.0.11",
	"description": "Feedback Polls, Anonymous Polls, Up/down Voting and NPS Surveys",
	"author": "wpRigel",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build && npm run build:custom && npm run makepot",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"zip": "rm -rf poll-creator.zip && wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"start:custom": "wp-scripts start src/global/js/admin.js --output-path=assets/build",
		"build:custom": "wp-scripts build src/global/js/admin.js --output-path=assets/build",
		"test:unit": "wp-scripts test-unit-js",
		"makepot": "rm -rf languages/poll-creator.pot && wp i18n make-pot . languages/poll-creator.pot --exclude=vendor,node_modules,build,assets/build --ignore-domain"
	},
	"files": [
		"assets",
		"!assets/build/*/",
		"build",
		"src",
		"includes",
		"templates",
		"vendor",
		"pollify.php",
		"readme.txt",
		"languages",
		"package.json",
		"composer.json"
	],
	"devDependencies": {
		"@wordpress/api-fetch": "^6.41.0",
		"@wordpress/block-editor": "^12.5.0",
		"@wordpress/element": "^5.14.0",
		"@wordpress/scripts": "^26.8.0",
		"webpack-cli": "^5.1.4"
	},
	"dependencies": {
		"classnames": "^2.3.2",
		"dompurify": "^3.0.9",
		"nanoid": "^5.0.6"
	}
}
