summaryrefslogtreecommitdiffhomepage
path: root/packages/conversation-store/package.json
blob: 3b1f6a210bf3c78ef7cefe266eba8b46c073f542 (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:*"
  }
}