{
	"name": "sb-chart-block",
	"version": "1.3.0",
	"description": "Displays a chart from CSV content.",
	"author": "bobbingwide",
	"license": "GPL-2.0-or-later",
	"repository": {
		"type": "git",
		"url": "git://github.com/bobbingwide/sb-chart-block.git"
	},
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format:js": "wp-scripts format-js",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"dev": "wp-scripts start",
		"packages-update": "wp-scripts packages-update",
		"makepot": "wp i18n make-pot . languages/sb-chart-block.pot --exclude=node_modules,vendor,src",
		"makejson": "wp i18n make-json languages --no-purge",
		"l10n": "l10n sb-chart-block"
	},
	"devDependencies": {
		"@wordpress/scripts": "^27.9.0"
	},
	"dependencies": {
		"@types/tinycolor2": "^1.4.2",
		"@wordpress/components": "^27.6.0",
		"@wordpress/icons": "^9.49.0"
	}
}
