butterflyvu/package.json

36 lines
829 B
JSON
Raw Permalink Normal View History

2024-10-24 20:08:30 -05:00
{
"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"
2024-11-12 13:55:09 -05:00
},
"devDependencies": {
"sass-embedded": "^1.80.6"
2024-10-24 20:08:30 -05:00
}
}