Zorn/package.json

35 lines
870 B
JSON
Raw Normal View History

2024-08-16 20:20:41 +00:00
{
"name": "@minpluto/zorn",
2024-12-13 19:15:22 +00:00
"version": "0.4.83",
2024-08-16 20:20:41 +00:00
"author": "SudoVanilla",
"displayName": "Zorn",
2024-11-29 22:59:05 +00: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-17 02:27:17 +00:00
"keywords": [
"astro-component",
2024-08-17 08:28:48 +00:00
"withastro",
2024-11-05 23:21:05 +00:00
"video",
"player",
"hls",
2024-08-17 08:28:48 +00:00
"hls-support",
"live-streaming",
"ambient",
"player",
"video-player",
"m3u8",
"subtitle",
"dash",
"streaming",
"playback"
2024-08-16 20:20:41 +00:00
],
2024-08-17 02:27:17 +00:00
"scripts": {
2024-12-13 19:15:22 +00:00
"publish": "bun publish --registry https://registry.sudovanilla.org/",
2024-08-17 02:27:17 +00:00
"test": "cd test/ && bun start"
2024-08-16 20:20:41 +00:00
}
2024-11-02 01:38:32 +00:00
}