wip
This commit is contained in:
parent
a492fc6887
commit
91a367f7ce
19 changed files with 1659 additions and 2 deletions
13
package.json
13
package.json
|
|
@ -4,10 +4,19 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "node esbuild.config.mjs",
|
||||
"watch": "node esbuild.config.mjs --watch"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.33.0"
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"dependencies": {
|
||||
"m3u8-parser": "4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/m3u8-parser": "^7.2.6",
|
||||
"esbuild": "^0.28.0",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue