{
"scripts": {
"dev": "echo \"Hello from composer\"",
"test": "echo \"Testing from composer\"",
"multi": [
"@dev",
"@test"
]
}