Add script and other information

This commit is contained in:
Korbs 2024-08-16 22:27:17 -04:00
parent 19a467eeee
commit ebe50dab6a

View file

@ -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"
}
}