diff options
Diffstat (limited to 'packages/cache-warming/package.json')
| -rw-r--r-- | packages/cache-warming/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/cache-warming/package.json b/packages/cache-warming/package.json new file mode 100644 index 0000000..eaf3fda --- /dev/null +++ b/packages/cache-warming/package.json @@ -0,0 +1,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:*" + } +} |
