1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/Pandora.git synced 2024-12-23 03:23:52 +00:00
Pandora/package.json

34 lines
833 B
JSON
Raw Normal View History

2024-12-04 02:50:31 +00:00
{
"name": "@sudovanilla/pandora",
2024-12-04 19:12:40 +00:00
"version": "1.7.21",
2024-12-04 02:50:31 +00:00
"author": "SudoVanilla",
"displayName": "Pandora",
"description": "Astro component library built for SudoVanilla related websites and projects.",
"homepage": "https://sudovanilla.org/",
"repository": {
"url": "https://ark.sudovanilla.org/Korbs/Pandora"
},
"bugs": {
"url": "https://ark.sudovanilla.org/Korbs/Pandora/issues/"
},
"type": "module",
"exports": {
".": "./index.ts"
},
"files": ["index.ts", "src/*"],
"publishConfig": {
"access": "public"
},
"keywords": [
"astro-component",
"withastro",
"website"
],
"scripts": {
2024-12-08 00:44:27 +00:00
"publish": "bun publish && bun publish --registry https://registry.sudovanilla.org/",
2024-12-04 02:50:31 +00:00
"test": "cd test/ && bun start"
},
"dependencies": {
"astro-tooltips": "^0.6.2"
}
}