Netweak-Badges/package.json

16 lines
293 B
JSON
Raw Normal View History

2025-03-07 17:16:54 -05:00
{
"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"
}
}