Polestar/package.json

27 lines
522 B
JSON
Raw Normal View History

2024-08-15 19:37:11 -05:00
{
"name": "@minpluto/flurry",
"author": "SudoVanilla <korbs@sudovanilla.org>",
2024-08-15 19:37:11 -05:00
"type": "module",
"version": "0.0.11",
2024-08-21 19:34:16 -05:00
"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/"
}
],
2024-08-15 19:37:11 -05:00
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
}
}