{
	"name": "sign-up-sheets",
	"version": "2.3.0",
	"description": "An online sign-up sheet manager where your users/volunteers can sign up for tasks.",
	"author": "fetchdesigns",
	"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"
	},
	"devDependencies": {
		"@wordpress/scripts": "^20.0.2"
	},
	"dependencies": {
		"@wordpress/components": "^19.3.0",
		"grunt-autoprefixer": "^3.0.4"
	}
}
