Update keyboards, links, scripts, and other meta info
This commit is contained in:
parent
6bdf58e4f6
commit
952caa93fc
1 changed files with 20 additions and 21 deletions
41
package.json
41
package.json
|
@ -1,36 +1,35 @@
|
||||||
{
|
{
|
||||||
"name": "@minpluto/zorn",
|
"name": "@minpluto/zorn",
|
||||||
|
"version": "0.4.8",
|
||||||
"author": "SudoVanilla",
|
"author": "SudoVanilla",
|
||||||
|
"displayName": "Zorn",
|
||||||
"description": "In-House Player built by MinPluto",
|
"description": "In-House Player built by MinPluto",
|
||||||
"repository": {
|
"homepage": "https://studio.sudovanilla.org/",
|
||||||
"url": "https://codeberg.org/MinPluto/Zorn"
|
"repository": {"url": "https://ark.sudovanilla.org/MinPluto/Zorn"},
|
||||||
},
|
"bugs": {"url": "https://ark.sudovanilla.org/MinPluto/Zorn/issues/"},
|
||||||
"homepage": "https://codeberg.org/MinPluto/Zorn",
|
"type": "module",
|
||||||
|
"exports": {".": "./index.ts"},
|
||||||
|
"files": ["index.ts","src/*"],
|
||||||
|
"publishConfig": {"access": "public"},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"astro-component",
|
"astro-component",
|
||||||
"withastro",
|
"withastro",
|
||||||
"video",
|
"video",
|
||||||
"player",
|
"player",
|
||||||
|
"hls",
|
||||||
"hls-support",
|
"hls-support",
|
||||||
"live-streaming"
|
"live-streaming",
|
||||||
|
"ambient",
|
||||||
|
"player",
|
||||||
|
"video-player",
|
||||||
|
"m3u8",
|
||||||
|
"subtitle",
|
||||||
|
"dash",
|
||||||
|
"streaming",
|
||||||
|
"playback"
|
||||||
],
|
],
|
||||||
"type": "module",
|
|
||||||
"version": "0.4.73",
|
|
||||||
"exports": {
|
|
||||||
".": "./index.ts"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"index.ts",
|
|
||||||
"src/*"
|
|
||||||
],
|
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"astro": "^4.14.2"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"publish": "npm publish && npm publish --registry https://npm.sudovanilla.org/",
|
"publish": "bun publish && bun publish --registry https://npm.sudovanilla.org/",
|
||||||
"test": "cd test/ && bun start"
|
"test": "cd test/ && bun start"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue