{
    "description": "(MOCK) Cherry jam implementation",
    "authors": [
        {
            "name": "Tester McFakus",
            "email": "tester@example.org"
        }
    ],
    "name": "test/cherry-jam",
    "provide": {
        "test/jam-implementation": "1.0"
    },
    "require": {
        "civicrm/composer-compile-plugin": "@dev"
    },
    "minimum-stability": "dev",
    "extra": {
        "compile": [
            {
                "tag": ["jam"],
                "title": "Compile <comment>jam.out</comment> from <comment>jam.in</comment>",
                "shell": "tr '[a-z]' '[A-Z]' < jam.in > jam.out"
            }
        ]
    }
}