MTG4WP/package.json
2025-01-06 14:30:48 -06:00

22 lines
659 B
JSON

{
"name": "MTG4WP",
"version": "1.0.0",
"description": "A plugin for displaying Magic: The Gathering© decks and card tooltips on WordPress using Gutenberg Blocks and shortcodes.",
"author": "Dane Holmes",
"license": "GPL-3.0-only",
"homepage": "https://git.daneholmes.com/dane/MTG4WP",
"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": "^27.9.0"
}
}