Zorn/package.json

36 lines
754 B
JSON
Raw Normal View History

2024-08-16 15:20:41 -05:00
{
"name": "@minpluto/zorn",
"author": "SudoVanilla",
2024-11-01 20:38:32 -05:00
"description": "Tailored for MinPluto, customizable for you.",
2024-08-16 21:27:17 -05:00
"repository": {
"url": "https://codeberg.org/MinPluto/Zorn"
},
"homepage": "https://codeberg.org/MinPluto/Zorn",
"keywords": [
"astro-component",
2024-08-17 03:28:48 -05:00
"withastro",
"video-player",
"hls-support",
"live-streaming"
2024-08-16 21:27:17 -05:00
],
2024-08-16 15:20:41 -05:00
"type": "module",
2024-11-02 04:15:41 -05:00
"version": "0.4.53",
2024-08-16 15:20:41 -05:00
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@iconoir/vue": "^7.8.0",
"astro": "^4.14.2"
2024-08-16 21:27:17 -05:00
},
"scripts": {
"npm:publish": "npm publish --registry https://npm.sudovanilla.org/",
"test": "cd test/ && bun start"
2024-08-16 15:20:41 -05:00
}
2024-11-01 20:38:32 -05:00
}