chore(package): Remove unused type and module fields

This commit is contained in:
Luan
2025-07-24 10:01:27 -03:00
parent 059ce1cae8
commit d8d4471a44

View File

@@ -4,8 +4,6 @@
"description": "A collection of modules for working with YouTube's proprietary video streaming protocols (UMP/SABR).",
"main": "dist/index.js",
"type": "module",
"types": "./dist/src/index.d.ts",
"module": "./dist/src/index.js",
"scripts": {
"watch": "npx tspc --watch",
"lint": "npx eslint ./src/**/*.ts",