disinterest/deno.json
2025-10-31 10:10:40 -03:00

16 lines
265 B
JSON

{
"tasks": {
"dev": "deno run --allow-net src/main.ts"
},
"lint": {
"rules": {
"tags": [
"recommended"
],
"exclude": ["no-explicit-any", "require-await"]
}
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}