{
    "name": "image-copyright-manager",
    "version": "1.2.0",
    "description": "Adds a custom field for copyright information to WordPress media.",
    "main": "image-copyright-manager.php",
    "scripts": {
        "build": "wp-scripts plugin-zip",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "wordpress",
        "plugin",
        "copyright",
        "image"
    ],
    "author": "Mahel Webdesign",
    "license": "GPL-2.0-or-later",
    "devDependencies": {
        "@wordpress/scripts": "^26.0.0"
    }
}