{ "name": "@sudovanilla/butterflyvu", "author": "SudoVanilla", "description": "Documentation for Astro sites.", "repository": { "url": "https://codeberg.org/Korbs/ButterflyVu" }, "homepage": "https://codeberg.org/Korbs/ButterflyVu", "keywords": [ "astro-component", "withastro", "docs" ], "type": "module", "version": "0.2.0", "exports": { ".": "./index.ts" }, "files": [ "index.ts", "src/*" ], "publishConfig": { "access": "public" }, "dependencies": { "astro": "^4.14.2" }, "scripts": { "npm:publish": "npm publish --registry https://npm.sudovanilla.org/", "test": "cd test/ && bun start" } }