mirror of
https://github.com/stoatchat/livekit-protocol.git
synced 2026-07-01 22:04:52 -04:00
bf6dd2ef64
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@livekit/protocol",
|
|
"version": "1.42.2",
|
|
"description": "",
|
|
"type": "module",
|
|
"require": "dist/index.cjs",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"scripts": {
|
|
"generate:proto": "mkdir -p src/gen && protoc --es_out src/gen --es_opt target=dts+js -I=../../protobufs ../../protobufs/livekit_*.proto",
|
|
"generate:version": "genversion --esm --semi src/gen/version.js",
|
|
"build": "pnpm generate:version && pnpm generate:proto && unbuild"
|
|
},
|
|
"keywords": [],
|
|
"author": "LiveKit",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@bufbuild/protoc-gen-es": "^1.10.0",
|
|
"genversion": "^3.2.0",
|
|
"typescript": "5.9.2",
|
|
"unbuild": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^1.10.0"
|
|
}
|
|
}
|