2024-08-16 20:20:41 +00:00
|
|
|
{
|
|
|
|
"name": "@minpluto/zorn",
|
|
|
|
"author": "SudoVanilla",
|
2024-11-29 22:59:05 +00:00
|
|
|
"description": "In-House Player built by MinPluto",
|
2024-08-17 02:27:17 +00:00
|
|
|
"repository": {
|
|
|
|
"url": "https://codeberg.org/MinPluto/Zorn"
|
|
|
|
},
|
|
|
|
"homepage": "https://codeberg.org/MinPluto/Zorn",
|
|
|
|
"keywords": [
|
|
|
|
"astro-component",
|
2024-08-17 08:28:48 +00:00
|
|
|
"withastro",
|
2024-11-05 23:21:05 +00:00
|
|
|
"video",
|
|
|
|
"player",
|
2024-08-17 08:28:48 +00:00
|
|
|
"hls-support",
|
|
|
|
"live-streaming"
|
2024-08-17 02:27:17 +00:00
|
|
|
],
|
2024-08-16 20:20:41 +00:00
|
|
|
"type": "module",
|
2024-12-01 04:24:31 +00:00
|
|
|
"version": "0.4.71",
|
2024-08-16 20:20:41 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./index.ts"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"src/*"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"astro": "^4.14.2"
|
2024-08-17 02:27:17 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-11-29 22:45:45 +00:00
|
|
|
"publish": "npm publish && npm publish --registry https://npm.sudovanilla.org/",
|
2024-08-17 02:27:17 +00:00
|
|
|
"test": "cd test/ && bun start"
|
2024-08-16 20:20:41 +00:00
|
|
|
}
|
2024-11-02 01:38:32 +00:00
|
|
|
}
|