2024-08-15 19:37:11 -05:00
|
|
|
{
|
|
|
|
"name": "@minpluto/flurry",
|
2024-08-22 02:43:00 -05:00
|
|
|
"author": "SudoVanilla <korbs@sudovanilla.org>",
|
2024-08-15 19:37:11 -05:00
|
|
|
"type": "module",
|
2024-08-22 02:43:00 -05:00
|
|
|
"version": "0.0.11",
|
2024-08-21 19:34:16 -05:00
|
|
|
"license": "AGPL-3.0-only",
|
2024-08-22 02:43:00 -05:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://ark.sudovanilla.org/MinPluto/Flurry/issues",
|
|
|
|
"email": "support@minpluto.org"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "SudoVanilla",
|
|
|
|
"url": "https://liberapay.com/SudoVanilla/"
|
|
|
|
}
|
|
|
|
],
|
2024-08-15 19:37:11 -05:00
|
|
|
"exports": {
|
|
|
|
".": "./index.ts"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"src/*"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|