Polestar/package.json
2024-11-19 00:17:31 -05:00

30 lines
No EOL
580 B
JSON

{
"name": "@minpluto/polestar",
"description": "A component library built for MinPluto.",
"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"
},
"dependencies": {
"@iconoir/vue": "^7.10.0"
}
}