butterflyvu/package.json
2024-10-24 21:08:30 -04:00

33 lines
No EOL
762 B
JSON

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