mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 07:41:33 -05:00
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"tasks": {
|
|
"pretest": "echo 'pretest'",
|
|
"posttest": "echo 'posttest'",
|
|
"test": "echo 'test'"
|
|
}
|
|
}
|