From 952caa93fcbf75f0184c9551eccce644b5c917b4 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 2 Dec 2024 19:15:00 -0500 Subject: [PATCH] Update keyboards, links, scripts, and other meta info --- package.json | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 02f25c9..379dbc6 100644 --- a/package.json +++ b/package.json @@ -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" } } \ No newline at end of file