Zorn/package.json

35 lines
No EOL
879 B
JSON

{
"name": "@minpluto/zorn",
"version": "0.4.8",
"author": "SudoVanilla",
"displayName": "Zorn",
"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"},
"keywords": [
"astro-component",
"withastro",
"video",
"player",
"hls",
"hls-support",
"live-streaming",
"ambient",
"player",
"video-player",
"m3u8",
"subtitle",
"dash",
"streaming",
"playback"
],
"scripts": {
"publish": "bun publish && bun publish --registry https://npm.sudovanilla.org/",
"test": "cd test/ && bun start"
}
}