Polestar/package.json

27 lines
526 B
JSON
Raw Normal View History

2024-08-15 20:37:11 -04:00
{
"name": "@minpluto/polestar",
"author": "SudoVanilla <korbs@sudovanilla.org>",
2024-08-15 20:37:11 -04:00
"type": "module",
2024-09-07 02:46:27 -04:00
"version": "0.0.54",
2024-08-21 20:34:16 -04:00
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://ark.sudovanilla.org/MinPluto/Polestar/issues",
"email": "support@minpluto.org"
},
"funding": [
{
"type": "SudoVanilla",
"url": "https://liberapay.com/SudoVanilla/"
}
],
2024-08-15 20:37:11 -04:00
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
}
}