{ "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.4", "exports": { ".": "./index.ts" }, "files": [ "index.ts", "src/*" ], "publishConfig": { "access": "public" }, "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" } }