summaryrefslogtreecommitdiffhomepage
path: root/packages/cache-warming/package.json
blob: af7cd2fcc1f86751db939e63a5a69eca39fce427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@dispatch/cache-warming",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/kernel": "workspace:*",
    "@dispatch/session-orchestrator": "workspace:*",
    "@dispatch/surface-registry": "workspace:*",
    "@dispatch/ui-contract": "workspace:*"
  }
}