🚀 Init
This commit is contained in:
commit
46d260516f
41 changed files with 2813 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue