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