From ebe50dab6aabd4a6cb55556c691d15fddd9d58df Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 16 Aug 2024 22:27:17 -0400 Subject: [PATCH] Add script and other information --- package.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e425d07..51b8b75 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,17 @@ { "name": "@minpluto/zorn", "author": "SudoVanilla", + "description": "A video player tailored for MinPluto", + "repository": { + "url": "https://codeberg.org/MinPluto/Zorn" + }, + "homepage": "https://codeberg.org/MinPluto/Zorn", + "keywords": [ + "astro-component", + "withastro" + ], "type": "module", - "version": "0.4.3", + "version": "0.4.4", "exports": { ".": "./index.ts" }, @@ -16,5 +25,9 @@ "dependencies": { "@iconoir/vue": "^7.8.0", "astro": "^4.14.2" + }, + "scripts": { + "npm:publish": "npm publish --registry https://npm.sudovanilla.org/", + "test": "cd test/ && bun start" } } \ No newline at end of file