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
827 B
JSON
Raw Normal View History

2024-12-04 02:50:31 +00:00
{
"name": "@sudovanilla/pandora",
"version": "1.7.0",
"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": {
"publish": "bun publish && bun publish --registry https://npm.sudovanilla.org/",
"test": "cd test/ && bun start"
},
"dependencies": {
"astro-tooltips": "^0.6.2"
}
}