{
    "name": "tinytools/tiny.pictures-wordpress",
    "version": "1.1.0",
    "description": "Wordpress plugin that scales and optimizes your images using the tiny.pictures image processing service in the cloud and delivers them through worldwide CDN nodes.",
    "authors": [
        {
            "name": "Tiny Tools Microservices GmbH",
            "email": "team@tinytools.io"
        }
    ],
    "keywords": ["wordpress", "cdn", "content delivery network", "image", "picture", "fast"],
    "license": "GPL-2.0-or-later",
    "require": {
        "tinytools/tiny.pictures-php": "^1.0"
    },
    "scripts": {
        "post-install-cmd": "composer run-script build",
        "build": "cp -f vendor/tinytools/tiny.pictures-php/src/TinyPictures.php tiny.pictures-image-cdn/TinyPictures.php",
        "release": "rm -rf ../../trunk/* && cp -f tiny.pictures-image-cdn/* ../../trunk/"
    }
}
