Polestar/package.json

27 lines
No EOL
522 B
JSON

{
"name": "@minpluto/flurry",
"author": "SudoVanilla <korbs@sudovanilla.org>",
"type": "module",
"version": "0.0.11",
"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": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
}
}