You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
341 B
JSON

{
"tasks": {
"start": "deno run -A cli.ts",
"test": "deno test -A --coverage=cov/"
"lint": "deno lint",
"fmt": "deno fmt --check",
"coverage": "deno coverage --lcov cov/ > cov.lcov"
},
"importMap": "./import_map.json",
"fmt": {
"files": {
"exclude": [
".git",
"cov",
]
}
}
}