summaryrefslogtreecommitdiffhomepage
path: root/packages/todo/package.json
blob: 14b8e55f374c5104cdbce894744a2453c06ccb47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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:*"
	}
}