22 lines
459 B
JSON
22 lines
459 B
JSON
{
|
|
"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",
|
|
"ioredis": "npm:ioredis@^5.4.1"
|
|
},
|
|
"unstable": [
|
|
"temporal"
|
|
],
|
|
"lint": {
|
|
"rules": {
|
|
"exclude": [
|
|
"no-implicit-any",
|
|
"no-explicit-any",
|
|
"no-inner-declarations",
|
|
"no-var"
|
|
]
|
|
}
|
|
}
|
|
}
|