blob: ff6cd225bc63aae13c9ef8c053413ee1e0e3f46c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "@dispatch/conversation-store",
"version": "0.0.0",
"type": "module",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dispatch/kernel": "workspace:*",
"@dispatch/wire": "workspace:*"
}
}
|