dotino-veloce/deno.json

39 lines
855 B
JSON
Raw Permalink Normal View History

2024-10-17 00:14:41 +00:00
{
2024-10-17 21:24:44 +00:00
"imports": {
2024-10-19 02:06:08 +00:00
"@@npm/ioredis": "npm:ioredis@^5.4.1",
"@@x/escape": "https://deno.land/x/escape@1.3.0/mod.ts",
2024-10-17 21:24:44 +00:00
"@fedify/fedify": "jsr:@fedify/fedify@^1.0.2",
"@fedify/postgres": "jsr:@fedify/postgres@^0.1.0",
2024-10-17 21:24:44 +00:00
"@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",
2024-10-19 02:06:08 +00:00
"@logtape/logtape": "jsr:@logtape/logtape@^0.6.3",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
2024-10-19 03:16:13 +00:00
"@std/assert": "jsr:@std/assert@1",
"@@npm/postgres": "npm:postgres@^3.4.4"
2024-10-17 21:24:44 +00:00
},
"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
}
2024-10-19 02:06:08 +00:00
}