mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 00:32:11 +00:00
21 lines
375 B
JSON
21 lines
375 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",
|
|
"dev-scripts",
|
|
"examples"
|
|
]
|
|
}
|
|
} |