16 lines
293 B
JSON
16 lines
293 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|