This commit is contained in:
2024-11-10 11:12:35 -07:00
parent d3041d789d
commit 7368533e3a
3 changed files with 237 additions and 0 deletions

12
deno.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "BearMetal Router",
"description": "A simple router for Deno",
"version": "0.1.0",
"stable": true,
"repository": "https://github.com/emmaos/bearmetal",
"files": [
"mod.ts",
"README.md",
"LICENSE"
]
}