Polestar/package.json
2024-11-25 16:32:37 -05:00

26 lines
No EOL
466 B
JSON

{
"name": "@minpluto/polestar",
"author": "SudoVanilla",
"type": "module",
"version": "0.0.60",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://ark.sudovanilla.org/MinPluto/Polestar/issues",
},
"funding": [
{
"type": "SudoVanilla",
"url": "https://liberapay.com/SudoVanilla/"
}
],
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
}
}