Zorn/package.json

37 lines
746 B
JSON
Raw Permalink Normal View History

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