mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
* 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>
21 lines
371 B
JSON
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"
|
|
]
|
|
}
|
|
} |