Update keyboards, links, scripts, and other meta info

This commit is contained in:
Korbs 2024-12-02 19:15:00 -05:00
parent 6bdf58e4f6
commit 952caa93fc

View file

@ -1,36 +1,35 @@
{
"name": "@minpluto/zorn",
"version": "0.4.8",
"author": "SudoVanilla",
"displayName": "Zorn",
"description": "In-House Player built by MinPluto",
"repository": {
"url": "https://codeberg.org/MinPluto/Zorn"
},
"homepage": "https://codeberg.org/MinPluto/Zorn",
"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"
"live-streaming",
"ambient",
"player",
"video-player",
"m3u8",
"subtitle",
"dash",
"streaming",
"playback"
],
"type": "module",
"version": "0.4.73",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"astro": "^4.14.2"
},
"scripts": {
"publish": "npm publish && npm publish --registry https://npm.sudovanilla.org/",
"publish": "bun publish && bun publish --registry https://npm.sudovanilla.org/",
"test": "cd test/ && bun start"
}
}