14 lines
295 B
JSON
14 lines
295 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch src/main.ts"
|
|
},
|
|
"imports": {
|
|
"@fedify/fedify": "jsr:@fedify/fedify@^1.0.2",
|
|
"@fedify/redis": "jsr:@fedify/redis@^0.3.0",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"ioredis": "npm:ioredis@^5.4.1"
|
|
},
|
|
"unstable": [
|
|
"temporal"
|
|
]
|
|
}
|