dotino-veloce/deno.json

35 lines
689 B
JSON
Raw Normal View History

2024-10-17 00:14:41 +00:00
{
2024-10-17 21:24:44 +00:00
"imports": {
"@fedify/fedify": "jsr:@fedify/fedify@^1.0.2",
"@fedify/redis": "jsr:@fedify/redis@^0.3.0",
"@logtape/logtape": "jsr:@logtape/logtape@^0.6.3",
"@std/assert": "jsr:@std/assert@1",
"@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",
"@@npm/ioredis": "npm:ioredis@^5.4.1"
},
"unstable": [
"temporal"
],
"lint": {
"rules": {
"exclude": [
"no-implicit-any",
"no-explicit-any",
"no-inner-declarations",
"no-var"
]
}
},
"fmt": {
"include": [
"src/**",
"tests/**"
],
"indentWidth": 4,
"lineWidth": 280,
"semiColons": false,
"proseWrap": "never",
"singleQuote": false,
"useTabs": true
}
}