Update author and version, add bugs and funding section

This commit is contained in:
Korbs 2024-08-22 03:43:00 -04:00
parent 6dbe3a073f
commit d262d9fa95

View file

@ -1,9 +1,19 @@
{ {
"name": "@minpluto/flurry", "name": "@minpluto/flurry",
"author": "SudoVanilla", "author": "SudoVanilla <korbs@sudovanilla.org>",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.11",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"bugs": {
"url": "https://ark.sudovanilla.org/MinPluto/Flurry/issues",
"email": "support@minpluto.org"
},
"funding": [
{
"type": "SudoVanilla",
"url": "https://liberapay.com/SudoVanilla/"
}
],
"exports": { "exports": {
".": "./index.ts" ".": "./index.ts"
}, },