Add script and other information
This commit is contained in:
parent
19a467eeee
commit
ebe50dab6a
1 changed files with 14 additions and 1 deletions
15
package.json
15
package.json
|
@ -1,8 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "@minpluto/zorn",
|
"name": "@minpluto/zorn",
|
||||||
"author": "SudoVanilla",
|
"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",
|
"type": "module",
|
||||||
"version": "0.4.3",
|
"version": "0.4.4",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.ts"
|
".": "./index.ts"
|
||||||
},
|
},
|
||||||
|
@ -16,5 +25,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconoir/vue": "^7.8.0",
|
"@iconoir/vue": "^7.8.0",
|
||||||
"astro": "^4.14.2"
|
"astro": "^4.14.2"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"npm:publish": "npm publish --registry https://npm.sudovanilla.org/",
|
||||||
|
"test": "cd test/ && bun start"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue