Zorn/package.json

35 lines
879 B
JSON
Raw Normal View History

2024-08-16 15:20:41 -05:00
{
"name": "@minpluto/zorn",
"version": "0.4.8",
2024-08-16 15:20:41 -05:00
"author": "SudoVanilla",
"displayName": "Zorn",
2024-11-29 17:59:05 -05:00
"description": "In-House Player built by MinPluto",
"homepage": "https://studio.sudovanilla.org/",
"repository": {"url": "https://ark.sudovanilla.org/MinPluto/Zorn"},
"bugs": {"url": "https://ark.sudovanilla.org/MinPluto/Zorn/issues/"},
"type": "module",
"exports": {".": "./index.ts"},
"files": ["index.ts","src/*"],
"publishConfig": {"access": "public"},
2024-08-16 21:27:17 -05:00
"keywords": [
"astro-component",
2024-08-17 03:28:48 -05:00
"withastro",
2024-11-05 18:21:05 -05:00
"video",
"player",
"hls",
2024-08-17 03:28:48 -05:00
"hls-support",
"live-streaming",
"ambient",
"player",
"video-player",
"m3u8",
"subtitle",
"dash",
"streaming",
"playback"
2024-08-16 15:20:41 -05:00
],
2024-08-16 21:27:17 -05:00
"scripts": {
"publish": "bun publish && bun publish --registry https://npm.sudovanilla.org/",
2024-08-16 21:27:17 -05:00
"test": "cd test/ && bun start"
2024-08-16 15:20:41 -05:00
}
2024-11-01 20:38:32 -05:00
}