🎉 | Project initialized

This commit is contained in:
2026-05-19 01:53:46 +03:00
parent cb9ea546d5
commit 4b27995f62
7 changed files with 1931 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"devDependencies": {
"@uwu/lune": "^1.6.2",
"@uwu/shelter-defs": "^1.4.1"
},
"type": "module",
"workspaces": [
"plugins/*"
]
}