Initial commit

This commit is contained in:
天クマ 2025-12-14 12:48:31 -03:00
commit 38bd10d4e4
6 changed files with 1016 additions and 0 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"type": "module",
"private": true,
"scripts": {
"build": "sponsorkit",
"build:dev": "esno ../src/cli.ts"
},
"devDependencies": {
"sponsorkit": "17.0.0"
}
}