Files
googlevideo/jsr.json
github-actions[bot] e217d50236 chore(main): release googlevideo 3.0.0 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-23 14:33:15 -03:00

21 lines
375 B
JSON

{
"name": "@luanrt/googlevideo",
"version": "3.0.0",
"exports": "./src/index.ts",
"imports": {
"@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.0.0"
},
"publish": {
"include": [
"LICENSE",
"README.md",
"protos/generated/**/*.ts",
"src/**/*.ts"
],
"exclude": [
"test",
"dev-scripts",
"examples"
]
}
}