summaryrefslogtreecommitdiffhomepage
path: root/packages/trace-store/package.json
blob: 7a978411fb4ad0be5fadac839cdb28a9335b849d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@dispatch/trace-store",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/kernel": "workspace:*"
  }
}