1
0
Fork 0

Initial commit

This commit is contained in:
amy 2024-12-22 20:25:09 +03:30 committed by GitHub
commit b6089a75ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 118 additions and 0 deletions

8
package.json Normal file
View file

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