The wire contract every client codes against, plus the annotation engine, canvas renderer and connection policy shared by both clients.
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"name": "@pistation/client-core",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./annotations": "./src/annotations.ts"
|
|
},
|
|
"dependencies": {
|
|
"@pistation/shared-types": "workspace:*",
|
|
"livekit-client": "^2.7.2"
|
|
}
|
|
}
|