{
	"name": "onesoftway-pricing-table",
	"version": "1.0.0",
	"description": "The OneSoftWay Pricing Table is a flexible and user-friendly WordPress block plugin designed to help site owners showcase their product or service pricing in a clear, attractive, and organized way. With this block, you can easily create and customize pricing tables directly within the WordPress block editor, supporting multiple pricing tiers and feature categories. Each tier can display both USD and CAD prices, highlight popular plans, and include custom call-to-action buttons.",
	"author": "OneSoftWay",
	"license": "GPL-2.0",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --blocks-manifest",
		"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 --blocks-manifest",
		"env": "wp-env"
	},
	"devDependencies": {
		"@wordpress/env": "^10.32.0",
		"@wordpress/scripts": "^30.25.0"
	},
	"files": [
		"build",
		"src",
		"onesoftway-pricing-table.php",
		"readme.txt"
	]
}
