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", "name": "@minpluto/zorn",
"version": "0.4.8",
"author": "SudoVanilla", "author": "SudoVanilla",
"displayName": "Zorn",
"description": "In-House Player built by MinPluto", "description": "In-House Player built by MinPluto",
"repository": { "homepage": "https://studio.sudovanilla.org/",
"url": "https://codeberg.org/MinPluto/Zorn" "repository": {"url": "https://ark.sudovanilla.org/MinPluto/Zorn"},
}, "bugs": {"url": "https://ark.sudovanilla.org/MinPluto/Zorn/issues/"},
"homepage": "https://codeberg.org/MinPluto/Zorn", "type": "module",
"exports": {".": "./index.ts"},
"files": ["index.ts","src/*"],
"publishConfig": {"access": "public"},
"keywords": [ "keywords": [
"astro-component", "astro-component",
"withastro", "withastro",
"video", "video",
"player", "player",
"hls",
"hls-support", "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": { "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" "test": "cd test/ && bun start"
} }
} }