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>
22 lines
495 B
JSON
22 lines
495 B
JSON
{
|
|
"name": "github.com/livekit/protocol",
|
|
"private": true,
|
|
"version": "1.42.2",
|
|
"scripts": {
|
|
"changeset": "changeset",
|
|
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.1",
|
|
"@changesets/cli": "^2.29.4",
|
|
"@livekit/changesets-changelog-github": "^0.0.4",
|
|
"esbuild": "^0.25.4"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"minimatch": "10.0.3"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@9.15.9"
|
|
}
|