{
    "name": "lemonsqueezy",
    "private": true,
    "version": "1.4.2",
    "description": "Sell Digital Products, Subscriptions, and Licenses with Lemon Squeezy",
    "author": "lemonsqueezy",
    "license": "GPL-2.0-or-later",
    "keywords": [
        "lemonsqueezy",
        "wordpress",
        "plugin",
        "digital products",
        "subscriptions",
        "licenses"
    ],
    "homepage": "https://github.com/Make-Lemonade/lemonsqueezy-wp#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/Make-Lemonade/lemonsqueezy-wp.git"
    },
    "bugs": {
        "url": "https://github.com/Make-Lemonade/lemonsqueezy-wp/issues"
    },
    "files": [
        "src",
        "build",
        "images",
        "languages",
        "lemonsqueezy.php",
        "uninstall.php",
        "readme.txt",
        "changelog.*",
        "license.*"
    ],
    "dependencies": {
        "standard": "^17.1.2"
    },
    "devDependencies": {
        "@babel/eslint-parser": "^7.27.5",
        "@wordpress/scripts": "^30.19.0",
        "move-file-cli": "^3.0.0"
    },
    "scripts": {
        "build": "wp-scripts lint-js && wp-scripts build src/script.js src/editor.js src/admin/admin.js && yarn plugin-zip",
        "check-engines": "wp-scripts check-engines",
        "check-licenses": "wp-scripts check-licenses",
        "format": "wp-scripts format ./src",
        "lint:js": "wp-scripts lint-js",
        "lint:pkg-json": "wp-scripts lint-pkg-json",
        "packages-update": "wp-scripts packages-update",
        "plugin-zip": "wp-scripts plugin-zip && move-file lemonsqueezy.zip bundled/lemonsqueezy.zip",
        "start": "wp-scripts start src/script.js src/editor.js src/admin/admin.js",
        "translate": "wp i18n make-pot . languages/lemonsqueezy.pot"
    }
}
