🚀 Init

This commit is contained in:
Korbs 2025-03-07 17:16:54 -05:00
commit 46d260516f
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
41 changed files with 2813 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "@sudovanilla/netweak-badges",
"version": "0.0.1",
"author": "SudoVanilla",
"type": "module",
"exports": {
".": "./index.ts"
},
"files": ["index.ts", "src/*"],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "cd test/ && bun start"
}
}