mirror of
https://ark.sudovanilla.org/Korbs/Pandora.git
synced 2024-12-22 19:13:52 +00:00
34 lines
827 B
JSON
34 lines
827 B
JSON
{
|
|
"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"
|
|
}
|
|
} |