mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-02 12:13:19 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
28 lines
660 B
JSON
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"
|
|
]
|
|
}
|
|
} |