1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/Pandora.git synced 2024-12-22 19:13:52 +00:00
Pandora/package.json
2024-12-10 00:53:06 -05:00

34 lines
835 B
JSON

{
"name": "@sudovanilla/pandora",
"version": "1.7.3",
"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": "npm publish && npm publish --registry https://js.registry.sudovanilla.org/",
"test": "cd test/ && npm start"
},
"dependencies": {
"astro-tooltips": "^0.6.2"
}
}