mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 21:35:31 -05:00
12 lines
236 B
JSON
12 lines
236 B
JSON
{
|
|
"tasks": {
|
|
"echo_emoji": {
|
|
"description": "This is some task",
|
|
"command": "echo 1"
|
|
},
|
|
"multiline_description": {
|
|
"description": "This is a multiline\ndescription",
|
|
"command": "echo 2"
|
|
}
|
|
}
|
|
}
|