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