Files
dcrouter/deno.json
T

11 lines
159 B
JSON
Raw Normal View History

{
"name": "@serve.zone/dcrouter",
2026-06-04 16:01:33 +00:00
"version": "14.0.0",
"exports": "./binary/dcrouter.ts",
"compile": {
2026-05-29 14:05:26 +00:00
"include": [
"dist_serve"
2026-05-29 14:05:26 +00:00
]
}
}