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"
|
|
|
|
}
|
|
|
|
}
|