{
    "name": "one-more-bite",
    "version": "0.1.0",
    "description": "Beautiful recipe cards that actually work. Add ingredients, instructions, prep times, and nutrition info with just a few clicks. Finally, a recipe plugin that doesn't leave a bad taste.",
    "author": "WordPress Telex",
    "license": "GPL-2.0-or-later",
    "main": "build/index.js",
    "scripts": {
        "build": "wp-scripts build --webpack-copy-php",
        "format": "wp-scripts format",
        "lint:css": "wp-scripts lint-style",
        "lint:js": "wp-scripts lint-js",
        "packages-update": "wp-scripts packages-update",
        "plugin-zip": "wp-scripts plugin-zip",
        "start": "wp-scripts start --blocks-manifest"
    },
    "devDependencies": {
        "@wordpress/scripts": "^30.25.0"
    }
}
