Files
googlevideo/jsr.json
github-actions[bot] fbc18fa9e1 chore(main): release googlevideo 4.0.4 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-14 22:22:17 -03:00

28 lines
660 B
JSON

{
"name": "@luanrt/googlevideo",
"version": "4.0.4",
"exports": {
"./ump": "./src/exports/ump.ts",
"./sabr-streaming-adapter": "./src/exports/sabr-streaming-adapter.ts",
"./sabr-stream": "./src/exports/sabr-stream.ts",
"./protos": "./src/exports/protos.ts",
"./utils": "./src/exports/utils.ts",
"./shared-types": "./src/types/shared.ts"
},
"imports": {
"@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.0.0"
},
"publish": {
"include": [
"LICENSE",
"README.md",
"protos/generated/**/*.ts",
"src/**/*.ts"
],
"exclude": [
"tests",
"dev-scripts",
"examples"
]
}
}