build(package): add documentation url

This commit is contained in:
2025-03-23 22:55:54 -07:00
parent 7c1483184a
commit 2d61f8516d
2 changed files with 6 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
{ {
"name": "TVApp2", "name": "tvapp2",
"version": "1.1.0", "version": "1.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "TVApp2", "name": "tvapp2",
"version": "1.1.0", "version": "1.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@@ -1,5 +1,5 @@
{ {
"name": "TVApp2", "name": "tvapp2",
"version": "1.1.0", "version": "1.1.0",
"description": "This package allows you to generate M3U playlists and EPG guides from various online IPTV services.", "description": "This package allows you to generate M3U playlists and EPG guides from various online IPTV services.",
"author": "BinaryNinja", "author": "BinaryNinja",
@@ -21,6 +21,9 @@
"code": "HGv4eGr2kg", "code": "HGv4eGr2kg",
"url": "https://discord.gg/HGv4eGr2kg" "url": "https://discord.gg/HGv4eGr2kg"
}, },
"docs": {
"url": "https://thebinaryninja.github.io/tvapp2/"
},
"contributors": [ "contributors": [
{ {
"name": "Aetherinox", "name": "Aetherinox",