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

34 lines
835 B
JSON
Raw Permalink Normal View History

2024-12-04 02:50:31 +00:00
{
"name": "@sudovanilla/pandora",
2024-12-10 20:24:49 +00:00
"version": "1.7.4",
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-10 05:53:06 +00:00
"publish": "npm publish && npm publish --registry https://js.registry.sudovanilla.org/",
"test": "cd test/ && npm start"
2024-12-04 02:50:31 +00:00
},
"dependencies": {
"astro-tooltips": "^0.6.2"
}
}