Zorn/package.json
2024-11-11 21:56:07 -05:00

36 lines
No EOL
731 B
JSON

{
"name": "@minpluto/zorn",
"author": "SudoVanilla",
"description": "Tailored for MinPluto, customizable for you.",
"repository": {
"url": "https://codeberg.org/MinPluto/Zorn"
},
"homepage": "https://codeberg.org/MinPluto/Zorn",
"keywords": [
"astro-component",
"withastro",
"video",
"player",
"hls-support",
"live-streaming"
],
"type": "module",
"version": "0.4.63",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"astro": "^4.14.2"
},
"scripts": {
"npm:publish": "npm publish --registry https://npm.sudovanilla.org/",
"test": "cd test/ && bun start"
}
}