Files
googlevideo/jsr.json
github-actions[bot] 866586c7e7 chore(main): release googlevideo 2.0.0 (#12)
* chore(main): release googlevideo 2.0.0

* chore: fix changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Luan <luan.lrt4@gmail.com>
2024-11-02 02:05:29 -03:00

21 lines
371 B
JSON

{
"name": "@luanrt/googlevideo",
"version": "2.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",
"scripts",
"examples"
]
}
}