Zorn/package.json
2024-11-30 15:56:49 -05:00

36 lines
No EOL
731 B
JSON

{
"name": "@minpluto/zorn",
"author": "SudoVanilla",
"description": "In-House Player built by MinPluto",
"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.70",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"astro": "^4.14.2"
},
"scripts": {
"publish": "npm publish && npm publish --registry https://npm.sudovanilla.org/",
"test": "cd test/ && bun start"
}
}