Initial commit

This commit is contained in:
2025-10-27 12:50:06 -04:00
commit add31e4dd7
5 changed files with 61 additions and 0 deletions

1
README.md Normal file
View File

@@ -0,0 +1 @@
hi miku!!!

9
deno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"tasks": {
"dev": "deno run -A main.ts"
},
"imports": {
"@proxnet/undead-logging": "jsr:@proxnet/undead-logging@^1.5.1",
"@std/assert": "jsr:@std/assert@1"
}
}

47
deno.lock generated Normal file
View File

@@ -0,0 +1,47 @@
{
"version": "5",
"specifiers": {
"jsr:@proxnet/undead-logging@^1.5.1": "1.5.1",
"jsr:@std/assert@1": "1.0.15",
"jsr:@std/internal@^1.0.12": "1.0.12",
"npm:@types/node@*": "24.2.0",
"npm:chalk@^5.3.0": "5.6.2"
},
"jsr": {
"@proxnet/undead-logging@1.5.1": {
"integrity": "f858b6357d52c4bc1bbab279200dae86ed573ea45d945a8dfaf2f2cb23c4b649",
"dependencies": [
"npm:chalk"
]
},
"@std/assert@1.0.15": {
"integrity": "d64018e951dbdfab9777335ecdb000c0b4e3df036984083be219ce5941e4703b",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
}
},
"npm": {
"@types/node@24.2.0": {
"integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==",
"dependencies": [
"undici-types"
]
},
"chalk@5.6.2": {
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA=="
},
"undici-types@7.10.0": {
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="
}
},
"workspace": {
"dependencies": [
"jsr:@proxnet/undead-logging@^1.5.1",
"jsr:@std/assert@1"
]
}
}

0
main.ts Normal file
View File

4
pub/index.html Normal file
View File

@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html>
</html>