mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-08 19:27:44 -05:00
7 lines
94 B
JSON
7 lines
94 B
JSON
{
|
|
"tasks": {
|
|
"test": "deno test --allow-net --allow-env",
|
|
"lint": "deno lint"
|
|
}
|
|
}
|