{
    "name": "strapi-plugin-image-optimizer",
    "version": "2.2.1",
    "description": "Optimize your images for desktop, tablet and mobile and different image formats.",
    "homepage": "https://github.com/marlokessler/strapi-plugin-image-optimizer#readme",
    "license": "MIT",
    "main": "strapi-server.js",
    "strapi": {
        "displayName": "Image Optimizer",
        "name": "image-optimizer",
        "description": "Optimize your images for desktop, tablet and mobile and different image formats.",
        "kind": "plugin"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/marlokessler/strapi-plugin-image-optimizer.git"
    },
    "bugs": {
        "url": "https://github.com/marlokessler/strapi-plugin-image-optimizer/issues"
    },
    "author": {
        "name": "Marlo Kessler (https://github.com/marlokessler)"
    },
    "maintainers": [
        {
            "name": "Marlo Kessler (https://github.com/marlokessler)"
        }
    ],
    "keywords": [
        "strapi",
        "image-optimize",
        "image",
        "optimize",
        "responsive"
    ],
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "tag": "latest"
    },
    "release": {
        "branches": [
            "main",
            {
                "name": "beta",
                "prerelease": true
            }
        ]
    },
    "engines": {
        "node": ">=18.0.0 <=20.x.x",
        "npm": ">=6.0.0"
    },
    "devDependencies": {
        "@strapi/typescript-utils": "^4.20.5",
        "install-peers": "^1.0.4",
        "typescript": "^5.4.2"
    },
    "peerDependencies": {
        "@strapi/core": "*",
        "@strapi/strapi": "^4.20.5",
        "@strapi/utils": "^4.20.5",
        "yup": "^1.4.0"
    },
    "scripts": {
        "add:apple_arm": "npm_config_build_from_source=true yarn add",
        "install:apple_arm": "npm_config_build_from_source=true yarn install",
        "upgrade:apple_arm": "npm_config_build_from_source=true yarn upgrade",
        "develop": "tsc -w",
        "build": "tsc"
    }
}
