summaryrefslogtreecommitdiffhomepage
path: root/packages/todo/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/todo/package.json')
-rw-r--r--packages/todo/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/todo/package.json b/packages/todo/package.json
new file mode 100644
index 0000000..14b8e55
--- /dev/null
+++ b/packages/todo/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "@dispatch/todo",
+ "version": "0.0.0",
+ "type": "module",
+ "private": true,
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
+ "dependencies": {
+ "@dispatch/kernel": "workspace:*",
+ "@dispatch/surface-registry": "workspace:*",
+ "@dispatch/ui-contract": "workspace:*"
+ }
+}