wp-git-sync/packages.json
2026-02-10 17:17:53 +00:00

22 lines
468 B
JSON

{
"name": "WP Git Sync",
"slug": "wp-git-sync",
"version": "0.1.2",
"description": "Sync WordPress content and metadata to GitHub.",
"type": "wordpress-plugin",
"author": "Foo Bender",
"contributors": [
"bradvin",
"foobender"
],
"license": "GPL-2.0-or-later",
"requires": {
"wordpress": "6.4",
"php": ">=7.4"
},
"tested_up_to": "6.9",
"build": {
"output_dir": "dist",
"zip_name_template": "{slug}-{version}.zip"
}
}