2024-08-16 15:20:41 -05:00
|
|
|
{
|
|
|
|
"name": "@minpluto/zorn",
|
2024-12-02 19:15:00 -05:00
|
|
|
"version": "0.4.8",
|
2024-08-16 15:20:41 -05:00
|
|
|
"author": "SudoVanilla",
|
2024-12-02 19:15:00 -05:00
|
|
|
"displayName": "Zorn",
|
2024-11-29 17:59:05 -05:00
|
|
|
"description": "In-House Player built by MinPluto",
|
2024-12-02 19:15:00 -05:00
|
|
|
"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",
|
2024-12-02 19:15:00 -05:00
|
|
|
"hls",
|
2024-08-17 03:28:48 -05:00
|
|
|
"hls-support",
|
2024-12-02 19:15:00 -05:00
|
|
|
"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": {
|
2024-12-02 19:15:00 -05:00
|
|
|
"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
|
|
|
}
|